Removed shared score var
A design flaw, makes no sense.
This commit is contained in:
parent
00daf53fae
commit
00da6deb24
@ -10,7 +10,6 @@ class GameLogic():
|
|||||||
self.playerList = playerList
|
self.playerList = playerList
|
||||||
self.winRowLength = winRowLength
|
self.winRowLength = winRowLength
|
||||||
self.individualMoves = individualMoves
|
self.individualMoves = individualMoves
|
||||||
self.score = 0
|
|
||||||
self.wait_for_input()
|
self.wait_for_input()
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user