-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The initial implementation in #118 is focusing on achievements related to completed games. To add additional achievements that are related to actions during the game, the following is planned:
Another approach could be to record all player moves during the game. It shouldn't be too difficult as incremental player moves are already recorded for the undo feature. You could take the same data (+ end of turn markers) and record the whole game. The recording could be added to the GameExitedEvent and then checked for any unlocked achivements.
The same data could also be used for other features, like offering to save the replay of a game for later re-watching or sharing.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request