feat(core): add GameState with draw, move_cards, undo, win/auto-complete detection

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Solitaire Quest
2026-04-23 11:13:49 -07:00
parent 43194b04ac
commit 58f1465927
2 changed files with 542 additions and 0 deletions
+1
View File
@@ -1,6 +1,7 @@
pub mod card;
pub mod deck;
pub mod error;
pub mod game_state;
pub mod pile;
pub mod rules;
pub mod scoring;