Kim Adams commited on
Commit
462f4e8
·
1 Parent(s): 4e19278
create_games/data/game_ideas.json CHANGED
@@ -1,7 +1,7 @@
1
  [
2
  {
3
- "Name": "Lunch and Learn Drawing Game",
4
- "Description": "Each player takes turns drawing a picture of something related to the theme 'lunch and learn'. The other players must guess what the drawing is. The player who guesses correctly first earns a point. The player with the most points at the end of the game wins.",
5
- "Rationale": "This game encourages creativity and encourages players to think outside the box. It also encourages players to think critically and use their knowledge of the theme to guess correctly."
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():