Fix missing global variable

This commit is contained in:
Dave LeCompte
2021-04-13 21:08:06 -07:00
parent 986e30abad
commit 2de853ade3

View File

@@ -90,6 +90,7 @@ One could go many directions with this game:
game_number = 0
move_count = 0
losing_book = []
n = 0
MAX_HISTORY = 9
LOSING_BOOK_SIZE = 50