initial commit

This commit is contained in:
2025-11-16 16:00:45 +01:00
commit 3a4a06fd9f
14 changed files with 1094 additions and 0 deletions

1
boards/tictactoe2.json Normal file
View File

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