This commit is contained in:
2026-05-29 13:23:40 -07:00
parent 31e7cdbc6f
commit 0f12e8dbd2
+1 -1
View File
@@ -15,7 +15,7 @@ let config = KlondikeConfig::default();
let mut session = Session::new_default(game); let mut session = Session::new_default(game);
// play game a bit // play game a bit
while let Some(instruction) = session.state().get_auto_move(&config) { while let Some(instruction) = session.state().state().get_auto_move(&config) {
session.process_instruction(instruction); session.process_instruction(instruction);
// quit after 200 moves or win // quit after 200 moves or win