文件名称:Minimax-Checkers
文件大小:4KB
文件格式:ZIP
更新时间:2024-04-25 16:38:50
Python
Minimax实施的新手尝试。 可以在minmax.py文件中的“游戏类”中更改“最大深度”。 跑步: 在交互模式下运行tests.py python -i tests.py 从此处,针对Minimax AI与Random AI运行random_fight(),针对Minimax AI与Minimax AI运行even_fight()
【文件预览】:
Minimax-Checkers-master
----board.py(6KB)
----minmax.py(2KB)
----tests.py(918B)
----README.md(279B)