From 2de853ade3db4550648af8a70d82922419f400e8 Mon Sep 17 00:00:00 2001 From: Dave LeCompte Date: Tue, 13 Apr 2021 21:08:06 -0700 Subject: [PATCH] Fix missing global variable --- 04 Awari/python/awari.py | 1 + 1 file changed, 1 insertion(+) 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