Block a user
docs: card_game integration gap analysis
Undo is implemented by Session, undo score is tracked in SessionStats.
docs: card_game integration gap analysis
Solvability solver (DFS with memoisation)
Published a new crate version with a solver. The history is also changed to use snapshots instead of replay.
Implement solver
Implement solver
docs: card_game integration gap analysis
The scoring specifics and challenge modes are completely configurable from within solitaire_core using the latest version of card_game + klondike. Looks like this is ready to start implementing.