Rusty Invaders is a project inspired by the classic arcade game Space Invaders. It's an attempt to recreate some of the core features of the original game using the Rust programming language.
To get started with Rusty Invaders, follow these steps:
- Clone the Repository:
git clone https://github.com/Txreq/rusty-invaders.git
cd rusty-invaders
- Build and Run:
cargo run --release
The controls are a little bit off, I didn't find a way to check for a HOLD
button state, so... I made the player to constantly move and be able to change its direction. Use ARROW KEYS
to change direction, SPACE
to shoot and R
to restart if you died.
Make your self comfortable!