working game?

This commit is contained in:
Jake Pullen
2024-06-08 09:26:44 +01:00
parent 493c38892b
commit 5bbda755af
6 changed files with 75 additions and 34 deletions
+10 -10
View File
@@ -1,12 +1,12 @@
[
{"suit": "Hearts", "command": "Nah "},
{"suit": "Spades", "command":"of Spades "},
{"value": 1, "command": "Klondike "},
{"value": 7, "command": "Good Morning "},
{"value": 8, "command": "bang "},
{"value": 11, "command": "punch "},
{"value": 13, "command": "god save the king "},
{"card_count": 2, "command": "swish "},
{"card_count": 1, "command": "flick "},
{"card_count": 0, "command": "mau "}
{"suit": "Hearts", "command": "Nah"},
{"suit": "Spades", "command":"Pass me the shovel"},
{"value": 1, "command": "Klondike"},
{"value": 7, "command": "Good Morning"},
{"value": 8, "command": "bang"},
{"value": 11, "command": "punch"},
{"value": 13, "command": "god save the king"},
{"card_count": 2, "command": "swish"},
{"card_count": 1, "command": "flick"},
{"card_count": 0, "command": "mau"}
]