mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-23 15:37:51 -08:00
Fix missing global variable
This commit is contained in:
@@ -90,6 +90,7 @@ One could go many directions with this game:
|
|||||||
game_number = 0
|
game_number = 0
|
||||||
move_count = 0
|
move_count = 0
|
||||||
losing_book = []
|
losing_book = []
|
||||||
|
n = 0
|
||||||
|
|
||||||
MAX_HISTORY = 9
|
MAX_HISTORY = 9
|
||||||
LOSING_BOOK_SIZE = 50
|
LOSING_BOOK_SIZE = 50
|
||||||
|
|||||||
Reference in New Issue
Block a user