Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
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):
|