diff --git a/game.json b/game.json index 61fa24c..e08fe57 100644 --- a/game.json +++ b/game.json @@ -1,4 +1,5 @@ { + "$schema": "https://theperkinrex.duckdns.org/CardsSimulator/cards-simulator/raw/branch/main/server/schema/game-config.json", "name": "LibreUNO", "version": "0.1.0", "authors": [ @@ -434,16 +435,19 @@ "+4", "COLORCHANGE" ], - "face_down": true + "face_down": true, + "name": "Deck" }, - "placed": {} + "placed": {"name": "Placed cards"} }, "player_piles": { "deck": { - "cards": [] + "cards": [], + "name": "Hand" }, "color_select": { - "visible": false + "visible": false, + "name": "Select a color" } } } \ No newline at end of file