dubb
This commit is contained in:
@@ -36,9 +36,9 @@ class GameState:
|
||||
|
||||
def startGame(self, playerCount):
|
||||
self.isStarted = True
|
||||
self.isPlaying = True
|
||||
self.createPlayers(playerCount)
|
||||
self.nextPlayer()
|
||||
self.isPlaying = True
|
||||
logging.info("Game Started")
|
||||
|
||||
def endGame(self):
|
||||
|
||||
Reference in New Issue
Block a user