added hangman

This commit is contained in:
Johannes le Roux
2025-02-20 22:53:28 +02:00
parent 6c0d6fd343
commit 4de2a36099
5 changed files with 128 additions and 2 deletions
+1
View File
@@ -331,6 +331,7 @@ try:
videoPoker_enabled = config['games'].getboolean('videoPoker', True)
mastermind_enabled = config['games'].getboolean('mastermind', True)
golfSim_enabled = config['games'].getboolean('golfSim', True)
hangman_enabled = config['games'].getboolean('hangman', True)
# messaging settings
responseDelay = config['messagingSettings'].getfloat('responseDelay', 0.7) # default 0.7