This commit is contained in:
Jonas Zeunert
2022-09-01 01:08:11 +02:00
parent b77107d60d
commit 3049be8958

View File

@@ -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):