Spaces:
Sleeping
Sleeping
Kim Adams commited on
Commit ·
462f4e8
1
Parent(s): 4e19278
theming
Browse files
create_games/data/game_ideas.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
[
|
| 2 |
{
|
| 3 |
-
"Name": "
|
| 4 |
-
"Description": "
|
| 5 |
-
"Rationale": "This game encourages creativity and
|
| 6 |
}
|
| 7 |
]
|
|
|
|
| 1 |
[
|
| 2 |
{
|
| 3 |
+
"Name": "Lost and Found",
|
| 4 |
+
"Description": "Players take turns drawing items that have been lost. The player who draws the item that is found first wins the round. The player with the most rounds won at the end of the game is the winner.",
|
| 5 |
+
"Rationale": "This game encourages creativity and allows players to practice their drawing skills while having fun."
|
| 6 |
}
|
| 7 |
]
|
home_view/ui_home.py
CHANGED
|
@@ -44,6 +44,7 @@ def SetSelected(playersCB):
|
|
| 44 |
if player_id == check:
|
| 45 |
if player_name not in players:
|
| 46 |
players.append(player_name)
|
|
|
|
| 47 |
break
|
| 48 |
|
| 49 |
def PlayGame():
|
|
|
|
| 44 |
if player_id == check:
|
| 45 |
if player_name not in players:
|
| 46 |
players.append(player_name)
|
| 47 |
+
print("player_name", player_name)
|
| 48 |
break
|
| 49 |
|
| 50 |
def PlayGame():
|