From cb8036bc6dd5fb2b236951c3d1b85549c93973bd Mon Sep 17 00:00:00 2001 From: oto Date: Mon, 15 Aug 2022 07:30:21 +0300 Subject: [PATCH] Removed an excessive method There's no main loop for this game, bruh. Why I put it here?.. --- GameLogic.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/GameLogic.py b/GameLogic.py index 570b61c..7855813 100644 --- a/GameLogic.py +++ b/GameLogic.py @@ -10,11 +10,6 @@ class GameLogic(): self.playerList = playerList self.winRowLength = winRowLength self.individualMoves = individualMoves - self.wait_for_input() - - - def wait_for_input(self): - pass def check_who_win(self):