tfrere's picture
update
a402ff7
raw
history blame
320 Bytes
class GameConfig:
# Game state constants
STARTING_TIME = "18:00"
STARTING_LOCATION = "Home"
# Story constraints
MIN_PANELS = 1
MAX_PANELS = 4
MIN_SEGMENTS_BEFORE_END = 2
MAX_SEGMENTS_BEFORE_END = 4
WINNING_STORY_CHANCE = 0.2
# Story progression
STORY_BEAT_INTRO = 0