actually go N deep

This commit is contained in:
2025-01-30 16:17:29 -05:00
parent 1fc731ac59
commit 472141533b
2 changed files with 60 additions and 17 deletions

View File

@@ -53,7 +53,7 @@ impl Game {
self.step(i);
std::thread::sleep(Duration::from_millis(200));
// std::thread::sleep(Duration::from_millis(200));
}
}
}