awacke1 commited on
Commit
c646f73
ยท
1 Parent(s): 4ea296a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -4,13 +4,13 @@ import pandas as pd
4
  import numpy as np
5
 
6
  # Define the list of game mechanics
7
- game_mechanics = ["Action Queue", "Action Retrieval", "Campaign / Battle Card Driven",
8
- "Card Play Conflict Resolution", "Communication Limits",
9
- "Cooperative Game", "Critical Hits and Failures", "Deck Construction",
10
- "Grid Movement", "Hand Management", "Hexagon Grid", "Legacy Game",
11
- "Line of Sight", "Modular Board", "Once-Per-Game Abilities", "Role Playing",
12
- "Scenario / Mission / Campaign Game", "Simultaneous Action Selection",
13
- "Solo / Solitaire Game", "Storytelling", "Variable Player Powers"]
14
 
15
  # Define a function to generate random values for each game mechanic
16
  def generate_values(n):
 
4
  import numpy as np
5
 
6
  # Define the list of game mechanics
7
+ game_mechanics = ["Action Queue โฑ๏ธ", "Action Retrieval ๐Ÿ”", "Campaign / Battle Card Driven ๐Ÿ—ƒ๏ธ",
8
+ "Card Play Conflict Resolution ๐Ÿ’ณ๐Ÿค", "Communication Limits ๐Ÿ™Š",
9
+ "Cooperative Game ๐Ÿค๐Ÿ‘ฅ", "Critical Hits and Failures ๐Ÿ’ฅ๐Ÿ’”", "Deck Construction ๐ŸŽด๐Ÿ› ๏ธ",
10
+ "Grid Movement ๐Ÿ—บ๏ธ", "Hand Management ๐Ÿ–๏ธ๐Ÿ“Š", "Hexagon Grid ๐Ÿ”ณ", "Legacy Game ๐ŸŽ“๐ŸŽฎ",
11
+ "Line of Sight ๐Ÿ‘€", "Modular Board ๐Ÿงฉ", "Once-Per-Game Abilities ๐ŸŒŸ", "Role Playing ๐ŸŽญ",
12
+ "Scenario / Mission / Campaign Game ๐ŸŽฏ", "Simultaneous Action Selection ๐Ÿคœ๐Ÿค›",
13
+ "Solo / Solitaire Game ๐Ÿ•บ", "Storytelling ๐Ÿ“–", "Variable Player Powers ๐Ÿฆธโ€โ™‚๏ธ๐Ÿฆนโ€โ™€๏ธ"]
14
 
15
  # Define a function to generate random values for each game mechanic
16
  def generate_values(n):