Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 195 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 195 Bytes

MCTS play Gomoku

For simplicity, this game is 3 in a row, and the board is 5 * 5. Run the following command:

python play_test.py

Player1 will be the MCTS, Player2 will be humman(you).