Deactivate credit while play

This commit is contained in:
Jonas Zeunert
2022-06-07 00:04:48 +02:00
parent ee95711027
commit c67cce5dcc
4 changed files with 6 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ class GameState:
def nextPlayer(self):
self.currentPlayer = next(self.players)
self.isPlaying = True
@property
def currentPlayer(self):