mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-08-07 01:13:14 +02:00
Update hangman.py
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user