Fix missing global variable

This commit is contained in:
Dave LeCompte
2021-04-13 21:08:06 -07:00
parent beb5fd7c97
commit f18696c4d1

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