LateNightDoubleFeature

* golfsim
* masterMind

New Games!
This commit is contained in:
SpudGunMan
2024-09-30 02:37:08 -07:00
parent e7b4fe44c8
commit a217c61ba1
7 changed files with 617 additions and 5 deletions

View File

@@ -155,6 +155,8 @@ try:
lemonade_enabled = config['games'].getboolean('lemonade', True)
blackjack_enabled = config['games'].getboolean('blackjack', True)
videoPoker_enabled = config['games'].getboolean('videoPoker', True)
mastermind_enabled = config['games'].getboolean('mastermind', True)
golfSim_enabled = config['games'].getboolean('golfSim', True)
# messaging settings
responseDelay = config['messagingSettings'].getfloat('responseDelay', 0.7) # default 0.7