Update hangman.py

This commit is contained in:
SpudGunMan
2025-10-24 16:53:43 -07:00
parent 1ce2ecd75c
commit 8868d10388
+2
View File
@@ -121,6 +121,8 @@ class Hangman:
def __init__(self):
self.game = {}
self.DEFAULT_WORDS = self.WORDS
# Try to load hangman.json if it exists
hangman_json_path = os.path.join('data', 'hangman.json')