dubb
This commit is contained in:
@@ -36,9 +36,9 @@ 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()
|
||||||
|
self.isPlaying = True
|
||||||
logging.info("Game Started")
|
logging.info("Game Started")
|
||||||
|
|
||||||
def endGame(self):
|
def endGame(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user