From e53fd7236c9eb56e2295e6e4fabd7cac6101e663 Mon Sep 17 00:00:00 2001 From: oto Date: Mon, 15 Aug 2022 07:31:52 +0300 Subject: [PATCH] Added a timer --- GameLogic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameLogic.py b/GameLogic.py index 7855813..cc7f632 100644 --- a/GameLogic.py +++ b/GameLogic.py @@ -10,7 +10,7 @@ class GameLogic(): self.playerList = playerList self.winRowLength = winRowLength self.individualMoves = individualMoves - + self.timer = Timer() def check_who_win(self): # Should have used vectors instead of committing tuples mithosis,