Kim Adams commited on
Commit
4e19278
·
1 Parent(s): eb9e44f
Files changed (1) hide show
  1. create_games/data/game_ideas.json +3 -3
create_games/data/game_ideas.json CHANGED
@@ -1,7 +1,7 @@
1
  [
2
  {
3
- "Name": "Identity Drawing Game",
4
- "Description": "Each player takes turns drawing a picture that represents their identity. The other players must guess what the drawing is about. The player who guesses correctly earns a point. The player with the most points at the end of the game wins.",
5
- "Rationale": "This game encourages players to think about their identity and how they can express it through art. It also encourages creativity and communication between players."
6
  }
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
  ]