This commit is contained in:
2026-05-15 06:21:17 -07:00
parent bf7dc7864d
commit 283ffc83b2
3 changed files with 13 additions and 3 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ struct KlondikeMove {
src: KlondikePileId,
dst: KlondikePileId,
}
pub struct KlondikeGame {
pub struct Klondike {
config: KlondikeConfig,
state: KlondikeState,
}