This commit is contained in:
Jonas Zeunert
2022-08-30 19:48:39 +02:00
parent 4af5ecb0f3
commit 73c7837e97

View File

@@ -31,6 +31,7 @@ class GameState:
self.isPlaying = True
self.createPlayers(playerCount)
self.nextPlayer()
logging.info("Game Started")
def createPlayers(self, playerCount):