Removed an excessive method
There's no main loop for this game, bruh. Why I put it here?..
This commit is contained in:
parent
00da6deb24
commit
cb8036bc6d
@ -10,11 +10,6 @@ class GameLogic():
|
|||||||
self.playerList = playerList
|
self.playerList = playerList
|
||||||
self.winRowLength = winRowLength
|
self.winRowLength = winRowLength
|
||||||
self.individualMoves = individualMoves
|
self.individualMoves = individualMoves
|
||||||
self.wait_for_input()
|
|
||||||
|
|
||||||
|
|
||||||
def wait_for_input(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
def check_who_win(self):
|
def check_who_win(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user