File size: 321 Bytes
2e787a2
 
 
83003f5
2e787a2
 
 
 
a402ff7
2f568d8
 
a402ff7
2e787a2
 
2c65a29
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
class GameConfig:
    # Game state constants
    STARTING_TIME = "18:00"
    STARTING_LOCATION = "Home"
    
    # Story constraints
    MIN_PANELS = 1
    MAX_PANELS = 4

    MIN_SEGMENTS_BEFORE_END = 6
    MAX_SEGMENTS_BEFORE_END = 10
    WINNING_STORY_CHANCE = 0.2
    
    # Story progression
    STORY_BEAT_INTRO = 0