From 49d401a7bca92add3896ba0d318b98997e15903d Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Mon, 28 Sep 2020 23:10:34 -0600 Subject: [PATCH] Add example database. --- data/example.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 data/example.json diff --git a/data/example.json b/data/example.json new file mode 100644 index 0000000..610bdd4 --- /dev/null +++ b/data/example.json @@ -0,0 +1,13 @@ +{ + "host": "Oliver", + "state": "lobby", + "game_code": "example", + "players": { + "Oliver": { + "hitler": false, + "president": false, + "chancellor": false, + "host": true + } + } +} \ No newline at end of file