diff --git a/04 Awari/python/awari.py b/04 Awari/python/awari.py index de97ee97..c04cce26 100644 --- a/04 Awari/python/awari.py +++ b/04 Awari/python/awari.py @@ -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