Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 750 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 750 Bytes

Asteroids - But with rust 🦀 🚀

Static Badge

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

Usage 🎮

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

License ⚖️

The project is under MIT license