Delete played statements when all statements are played so user can continue playing.
Opened this issue · 0 comments
simonsasse commented
- We have a limited amount of statements in out database.
- When a user starts a game, 9 statements that have not been played by either player are downloaded and added to the
playedStatements
of both players. - When this limit is reached, the played statements of the player which has played more should be reset to an empty list.