Quaternions
  • Joined on 2026-04-18
Quaternions commented on pull request funman300/Ferrous-Solitaire#76 2026-05-29 22:03:14 +00:00
docs: card_game integration gap analysis

Undo is implemented by Session, undo score is tracked in SessionStats.

Quaternions commented on pull request funman300/Ferrous-Solitaire#76 2026-05-29 22:03:14 +00:00
docs: card_game integration gap analysis

Undo has been changed to a stack-based approach.

Quaternions commented on pull request funman300/Ferrous-Solitaire#76 2026-05-29 22:03:14 +00:00
docs: card_game integration gap analysis

Added a solver to card_game 0.4.0.

Quaternions commented on pull request funman300/Ferrous-Solitaire#76 2026-05-29 21:59:05 +00:00
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.

Quaternions pushed to master at Quaternions/card_game 2026-05-29 21:54:27 +00:00
f4c4e350eb klondike v0.3.0 bump for solver
Quaternions pushed to main at Quaternions/_cargo-index 2026-05-29 21:54:24 +00:00
ca7c26f32e Update klondike
Quaternions pushed to master at Quaternions/card_game 2026-05-29 21:53:11 +00:00
fa098f0d86 card_game v0.4.0 solver
Quaternions pushed to main at Quaternions/_cargo-index 2026-05-29 21:53:08 +00:00
3a232c7ed6 Update card_game
Quaternions pushed to master at Quaternions/card_game 2026-05-29 21:48:02 +00:00
9a4f7e603a write G::Score
Quaternions pushed to master at Quaternions/card_game 2026-05-29 21:42:01 +00:00
e43041711a rename state to session
Quaternions deleted branch win2 from Quaternions/card_game 2026-05-29 21:33:36 +00:00
Quaternions pushed to master at Quaternions/card_game 2026-05-29 21:33:35 +00:00
b8b8dfd95a Merge pull request 'Implement solver' (#14) from win2 into master
e3870112cf clean solution
9f6514367d implement solve budget
1de633adb3 implement solver
Compare 4 commits »
Quaternions merged pull request Quaternions/card_game#14 2026-05-29 21:33:34 +00:00
Implement solver
Quaternions created pull request Quaternions/card_game#14 2026-05-29 21:33:22 +00:00
Implement solver
Quaternions created branch win2 in Quaternions/card_game 2026-05-29 21:28:44 +00:00
Quaternions pushed to win2 at Quaternions/card_game 2026-05-29 21:28:44 +00:00
e3870112cf clean solution
9f6514367d implement solve budget
1de633adb3 implement solver
Compare 3 commits »
Quaternions commented on pull request funman300/Ferrous-Solitaire#76 2026-05-29 20:30:09 +00:00
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.

Quaternions pushed to master at Quaternions/card_game 2026-05-29 20:24:50 +00:00
50cf2f3750 klondike v0.2.0 improved scoring + config