initial commit
This commit is contained in:
2
boards/tictactoe1.json
Normal file
2
boards/tictactoe1.json
Normal file
@@ -0,0 +1,2 @@
|
||||
{"type": "TicTacToe", "start_state": [[1, -1, 0], [0, 1, -1], [0, 0, 0]], "start_player": -1}
|
||||
|
||||
Reference in New Issue
Block a user