This commit is contained in:
Jonas Zeunert
2022-08-30 19:17:58 +02:00
parent 762cb03912
commit dfb99aaedc

View File

@@ -28,6 +28,7 @@ class GameState:
def startGame(self, playerCount):
self.isStarted = True
self.isPlaying = True
self.createPlayers(playerCount)
self.nextPlayer()