Files
exercise03/boards/tictactoe3.json
2025-11-16 16:00:45 +01:00

2 lines
93 B
JSON

{"type": "TicTacToe", "start_state": [[0, 0, 1], [0, 1, -1], [0, 0, 0]], "start_player": -1}