diff options
| author | Jean-Pierre Appel <jeanpierre.appel01@gmail.com> | 2023-10-25 02:10:45 -0400 |
|---|---|---|
| committer | Jean-Pierre Appel <jeanpierre.appel01@gmail.com> | 2023-10-25 02:10:45 -0400 |
| commit | d2390a95f6039c2b2a1de557316e13072481ce24 (patch) | |
| tree | 8b1a57be277bf504085d3ce00992e143147a27de /sample_game.json | |
| parent | a5ac4b6b9f2bfc6b9eb261b5ba5dc70e17e1c8b6 (diff) | |
add TODO's for conference and sample game
Diffstat (limited to 'sample_game.json')
| -rw-r--r-- | sample_game.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/sample_game.json b/sample_game.json new file mode 100644 index 0000000..c1e4058 --- /dev/null +++ b/sample_game.json @@ -0,0 +1,20 @@ +{ + "size": 10, + "finished": false, + "board": [ + true, + true, + true, + true, + true, + true, + true, + true, + true, + true + ], + "turn": 0, + "version": "0.0.0", + "human_turn": false, + "winner": "" +} |
