awacke1 commited on
Commit
a3324ca
1 Parent(s): 7d44f22

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +30 -38
app.py CHANGED
@@ -52,51 +52,43 @@ def load_score(key):
52
  return 0
53
 
54
  roleplaying_glossary = {
55
- "🎴 Traditional Card Games": {
56
- "Bridge": ["Trick-taking", "Bidding and partnership", "Complex scoring"],
57
- "Poker": ["Betting/Card ranking", "Bluffing and hand management", "Various play styles"],
58
- "Hearts": ["Trick-avoidance", "Passing cards strategy", "Shooting the moon"],
59
- "Spades": ["Trick-taking", "Partnership and bidding", "Blind bidding"],
60
- "Rummy": ["Matching", "Set and run formation", "Point scoring"],
61
  },
62
- "🔮 Collectible Card Games (CCGs)": {
63
- "Magic: The Gathering": ["Deck building", "Resource management", "Strategic play"],
64
- "Yu-Gi-Oh!": ["Dueling", "Summoning strategies", "Trap and spell cards"],
65
- "Pokémon TCG": ["Collectible", "Type advantages", "Energy management"],
66
- "KeyForge": ["Unique deck", "No deck building", "Chain system"],
67
- "Legend of the Five Rings": ["Living Card Game", "Honor and conflict", "Clan loyalty"],
68
  },
69
- "🕹️ Digital Card Games": {
70
- "Hearthstone": ["Digital CCG", "Hero powers", "Expansive card sets"],
71
- "Gwent": ["Strategic depth", "Row-based play", "Witcher universe"],
72
- "Slay the Spire": ["Roguelike deck-builder", "Card drafting", "Relic synergies"],
73
- "Eternal Card Game": ["Digital CCG", "Cross-platform", "Drafting and events"],
74
  },
75
- "💻 Card Battler Video Games": {
76
- "Yu-Gi-Oh! Duel Links": ["Speed Duel format", "Mobile and PC", "Competitive ladder"],
77
- "Magic: The Gathering Arena": ["Digital adaptation", "Regular updates", "Esports"],
78
- "Monster Train": ["Roguelike", "Multi-tiered defense", "Clan synergies"],
79
- "Legends of Runeterra": ["League of Legends universe", "Dynamic combat", "Champion leveling"],
80
  },
81
- "🧠 Game Design and Dynamics": {
82
- "Deck Building Strategies": ["Card synergy", "Mana curve", "Meta considerations"],
83
- "Gameplay Mechanics": ["Turn-based", "Resource management", "Combat dynamics"],
84
- "Player Engagement": ["Replayability", "Strategic depth", "Social play"],
85
  },
86
  "📚 Lore & Background": {
87
- "Magic: The Gathering": ["Rich lore", "Multiverse settings", "Planeswalker stories"],
88
- "Yu-Gi-Oh!": ["Anime-based", "Duel Monsters", "Egyptian mythology"],
89
- "Legends of Runeterra": ["Expansive lore", "Champion backstories", "Faction conflicts"],
90
- },
91
- "🛠️ Digital Tools & Platforms": {
92
- "Online Play": ["Remote gameplay", "Digital tournaments", "Community events"],
93
- "Deck Building Tools": ["Card database access", "Deck testing", "Community sharing"],
94
- "Strategy Guides": ["Meta analysis", "Deck guides", "Tournament reports"],
95
  },
96
- "🎖️ Competitive Scene": {
97
- "Tournaments": ["Local game stores", "Regional competitions", "World championships"],
98
- "Ranking Systems": ["Elo ratings", "Ladder rankings", "Seasonal rewards"],
99
- "Esports": ["Live-streamed events", "Professional teams", "Sponsorships"],
100
  },
101
  }
102
 
 
52
  return 0
53
 
54
  roleplaying_glossary = {
55
+ "📚 Traditional Word Games": {
56
+ "Scrabble": ["Tile placement", "Word formation", "Point scoring"],
57
+ "Boggle": ["Letter grid", "Timed word search", "Word length points"],
58
+ "Crossword Puzzles": ["Clue solving", "Word filling", "Thematic puzzles"],
59
+ "Banagrams": ["Tile shuffling", "Personal anagram puzzles", "Speed challenge"],
60
+ "Hangman": ["Word guessing", "Letter guessing", "Limited attempts"],
61
  },
62
+ "💡 Digital Word Games": {
63
+ "Words With Friends": ["Digital Scrabble-like", "Online multiplayer", "Social interaction"],
64
+ "Wordle": ["Daily word guessing", "Limited tries", "Shareable results"],
65
+ "Letterpress": ["Competitive word search", "Territory control", "Strategic letter usage"],
66
+ "Alphabear": ["Word formation", "Cute characters", "Puzzle strategy"],
 
67
  },
68
+ "🎮 Game Design and Mechanics": {
69
+ "Gameplay Dynamics": ["Word discovery", "Strategic placement", "Time pressure"],
70
+ "Player Engagement": ["Daily challenges", "Leaderboards", "Community puzzles"],
71
+ "Learning and Development": ["Vocabulary building", "Spelling practice", "Cognitive skills"],
 
72
  },
73
+ "🌐 Online Platforms & Tools": {
74
+ "Multiplayer Platforms": ["Real-time competition", "Asynchronous play", "Global matchmaking"],
75
+ "Educational Tools": ["Learning modes", "Progress tracking", "Skill levels"],
76
+ "Community Features": ["Forums", "Tips and tricks sharing", "Tournament organization"],
 
77
  },
78
+ "🎖️ Competitive Scene": {
79
+ "Scrabble Tournaments": ["Official rules", "National and international", "Professional rankings"],
80
+ "Crossword Competitions": ["Speed solving", "Puzzle variety", "Prizes and recognition"],
81
+ "Wordle Challenges": ["Streaks", "Perfect scores", "Community leaderboards"],
82
  },
83
  "📚 Lore & Background": {
84
+ "History of Word Games": ["Evolution over time", "Cultural significance", "Famous games"],
85
+ "Iconic Word Game Creators": ["Creators and designers", "Inspirational stories", "Game development"],
86
+ "Word Games in Literature": ["Literary puzzles", "Wordplay in writing", "Famous examples"],
 
 
 
 
 
87
  },
88
+ "🛠️ Resources & Development": {
89
+ "Game Creation Tools": ["Word game generators", "Puzzle design software", "Community mods"],
90
+ "Educational Resources": ["Vocabulary lists", "Word game strategies", "Learning methodologies"],
91
+ "Digital Platforms": ["App development", "Online game hosting", "Social media integration"],
92
  },
93
  }
94