add diagonal support

This commit is contained in:
2025-01-28 22:40:16 -05:00
parent 8eed946c98
commit 37658c7bd0
2 changed files with 8 additions and 4 deletions

View File

@@ -51,11 +51,9 @@ impl Game {
println!("{}", self);
// return;
self.step(i);
// std::thread::sleep(Duration::from_millis(200));
std::thread::sleep(Duration::from_millis(200));
}
}
}