文件名称:othello-minimax:有史以来最好的奥赛罗
文件大小:9KB
文件格式:ZIP
更新时间:2024-04-26 17:43:56
C++
奥赛罗Minimax游戏 用C编码,可扩展到UI :smiling_face_with_sunglasses: 用法 克隆和CD git clone https://github.com/nakamarusun/othello-minimax.git othello cd othello 编译并运行(确保已安装g ++) # Powershell g++ src/ * .cpp -o game ; ./game # Mac & Linux g++ src/ * .cpp -o game && ./game # Cmd g++ src \* .cpp -o game && . \g ame
【文件预览】:
othello-minimax-main
----src()
--------othengine.h(588B)
--------othutil.h(355B)
--------othello.cpp(9KB)
--------randomengine.cpp(790B)
--------main.cpp(673B)
--------othello.h(3KB)
--------minimaxengine.cpp(4KB)
----.gitignore(33B)
----README.md(369B)
----.vscode()
--------settings.json(1KB)