Skip to content

Improve achievements #120

@Sesu8642

Description

@Sesu8642

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions