Added a timer
This commit is contained in:
parent
cb8036bc6d
commit
e53fd7236c
@ -10,7 +10,7 @@ class GameLogic():
|
|||||||
self.playerList = playerList
|
self.playerList = playerList
|
||||||
self.winRowLength = winRowLength
|
self.winRowLength = winRowLength
|
||||||
self.individualMoves = individualMoves
|
self.individualMoves = individualMoves
|
||||||
|
self.timer = Timer()
|
||||||
|
|
||||||
def check_who_win(self):
|
def check_who_win(self):
|
||||||
# Should have used vectors instead of committing tuples mithosis,
|
# Should have used vectors instead of committing tuples mithosis,
|
||||||
|
Loading…
Reference in New Issue
Block a user