awacke1 commited on
Commit
442ee97
1 Parent(s): 1ab4d49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +49 -1
app.py CHANGED
@@ -98,7 +98,54 @@ def load_score(key):
98
  return score_data["score"]
99
  return 0
100
 
101
- roleplaying_glossary = {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
102
  "📚 Traditional Word Games": {
103
  "Scrabble": ["Tile placement", "Word formation", "Point scoring"],
104
  "Boggle": ["Letter grid", "Timed word search", "Word length points"],
@@ -137,6 +184,7 @@ roleplaying_glossary = {
137
  "Educational Resources": ["Vocabulary lists", "Word game strategies", "Learning methodologies"],
138
  "Digital Platforms": ["App development", "Online game hosting", "Social media integration"],
139
  },
 
140
  }
141
 
142
 
 
98
  return score_data["score"]
99
  return 0
100
 
101
+ roleplaying_glossary =
102
+
103
+
104
+ "👨‍👩‍👧‍👦 Top Family Games": {
105
+ "Big Easy Busket": ["New Orleans culture", "Band formation", "Song performance", "Location strategy", "Diversity celebration", "3-day gameplay"],
106
+ "Bonanza": [
107
+ "Bean planting and harvesting",
108
+ "Bid and trade interaction",
109
+ "Quirky card artwork",
110
+ "Hand management",
111
+ "Negotiation skills",
112
+ "Set collecting",
113
+ "Fun with large groups",
114
+ "Laughter and enjoyment"
115
+ ],
116
+ "Love Letter": [
117
+ "Valentine's Day theme",
118
+ "Simple gameplay mechanics",
119
+ "Card effects and strategy",
120
+ "Deduction to find love letter's sender",
121
+ "Take that elements",
122
+ "Fun for celebrating love",
123
+ "Engagement and elimination",
124
+ "Quick and engaging play"
125
+ ],
126
+ "Japan to Japan": [
127
+ "Global Tourism Resilience Day theme",
128
+ "Travel and itinerary planning mechanics",
129
+ "1 to 5 player game",
130
+ "Game set in 2024 by AEG",
131
+ "13 Rounds of strategic activity card placement",
132
+ "Illustrations by Japan-based artists",
133
+ "Efficiency in trip planning emphasized",
134
+ "Resilience through thoughtful touring",
135
+ "Inspired by real travel planning experiences"
136
+ ],
137
+ "Votes for Women": [
138
+ "World Social Justice Day theme",
139
+ "Card-driven game exploring American women's suffrage movement",
140
+ "1 to 4 player game",
141
+ "Released in 2022 by Fort Circle Games",
142
+ "Covers 1848 to 1920 suffrage movement",
143
+ "Includes competitive, cooperative, and solitary play modes",
144
+ "Engages players in the ratification or rejection of the 19th Amendment",
145
+ "Educational content on women's rights history",
146
+ "Mechanics include area majority, dice rolling, cooperative play, and campaign-driven gameplay"
147
+ ]
148
+ },
149
  "📚 Traditional Word Games": {
150
  "Scrabble": ["Tile placement", "Word formation", "Point scoring"],
151
  "Boggle": ["Letter grid", "Timed word search", "Word length points"],
 
184
  "Educational Resources": ["Vocabulary lists", "Word game strategies", "Learning methodologies"],
185
  "Digital Platforms": ["App development", "Online game hosting", "Social media integration"],
186
  },
187
+
188
  }
189
 
190