aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sample_game.json
diff options
context:
space:
mode:
authorJean-Pierre Appel <jeanpierre.appel01@gmail.com>2023-10-25 02:10:45 -0400
committerJean-Pierre Appel <jeanpierre.appel01@gmail.com>2023-10-25 02:10:45 -0400
commitd2390a95f6039c2b2a1de557316e13072481ce24 (patch)
tree8b1a57be277bf504085d3ce00992e143147a27de /sample_game.json
parenta5ac4b6b9f2bfc6b9eb261b5ba5dc70e17e1c8b6 (diff)
add TODO's for conference and sample game
Diffstat (limited to 'sample_game.json')
-rw-r--r--sample_game.json20
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": ""
+}