Removed shared score var

A design flaw, makes no sense.
This commit is contained in:
otomo otonami 2022-08-15 07:29:50 +03:00
parent 00daf53fae
commit 00da6deb24

View File

@ -10,7 +10,6 @@ class GameLogic():
self.playerList = playerList
self.winRowLength = winRowLength
self.individualMoves = individualMoves
self.score = 0
self.wait_for_input()