python五子棋--博弈樹

from graphics import * from math import * import numpy as np def ai(): """ AI計算落子位置 """ maxmin(True, DEPTH, -99999999, 99999999) return next_point[0], next_point[1] def maxmin(
相關文章
相關標籤/搜索