aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sample_game.json
diff options
context:
space:
mode:
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": ""
+}