Merge pull request #275 from tsmaster/python-awari-fix

Fix missing global variable
This commit is contained in:
Jeff Atwood
2021-04-13 21:24:08 -07:00
committed by GitHub

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