This is a simple clone from the original game of the atari, Asteroids, made with rust and sdl2
This project was heavily inspered by the tutorial from OneLoneCoder
The project uses the bundled version of the sdl2 crate, so for using it, you just need to do
git clone https://carlosdanielmaturano/asteroids
cd asteroids
// for run
cargo run
// for build
cargo build --release
The project is under MIT license