-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathconfig.yaml
More file actions
51 lines (46 loc) · 1.02 KB
/
Copy pathconfig.yaml
File metadata and controls
51 lines (46 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Game Configuration
# This file contains configurable parameters for the LieGraph game
game:
# Number of players in the game (minimum 3)
player_count: 6
# Vocabulary pairs for the game
# Each pair contains (civilian_word, spy_word)
vocabulary:
- ["Shakespeare", "Dumas"]
# - ["太阳", "月亮"]
# - ["猫", "狗"]
# - ["咖啡", "茶"]
# - ["笔记本", "书"]
# List of possible player names for random generation
player_names:
- "Alice"
- "Bob"
- "Charlie"
- "David"
- "Eve"
- "Frank"
- "Grace"
- "Henry"
- "Ivy"
- "Jack"
- "Katherine"
- "Leo"
- "Mia"
- "Noah"
- "Olivia"
- "Peter"
- "Quinn"
- "Rachel"
- "Sam"
- "Tina"
# Game settings
settings:
# Minimum number of players required
min_players: 3
# Maximum number of players allowed
max_players: 8
# Maximum number of rounds per game
max_rounds: 8
metrics:
# Toggle metrics collection; when false, all metric hooks are no-ops
enabled: false