asteroids game rewrite

This commit is contained in:
FantasyPvP
2023-12-04 10:42:17 +00:00
parent f400a1cf22
commit b0da71942a
17 changed files with 569 additions and 265 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ async fn exec() -> Result<(), Error> {
game.run(args).await?;
}
"asteroids" => {
let mut asteroid_game = asteroids::game::Game::new();
let mut asteroid_game = asteroids::Game::new();
asteroid_game.run(args).await?;
}
"serial" => {