diff --git a/GameState.py b/GameState.py index 942fda5..987fc55 100644 --- a/GameState.py +++ b/GameState.py @@ -31,6 +31,7 @@ class GameState: self.isPlaying = True self.createPlayers(playerCount) self.nextPlayer() + logging.info("Game Started") def createPlayers(self, playerCount):