asd
This commit is contained in:
@@ -28,6 +28,7 @@ class GameState:
|
|||||||
|
|
||||||
def startGame(self, playerCount):
|
def startGame(self, playerCount):
|
||||||
self.isStarted = True
|
self.isStarted = True
|
||||||
|
self.isPlaying = True
|
||||||
self.createPlayers(playerCount)
|
self.createPlayers(playerCount)
|
||||||
self.nextPlayer()
|
self.nextPlayer()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user