
About
Space Invaders is the 1978 Taito arcade shooter that set the template for the fixed-shooter genre, tasking the player with destroying descending alien formations before they reach the bottom of the screen. This is a Space Invaders clone written in Rust, currently still in active development and built and run with Cargo.
Getting started
Build the project with Cargo's release build (making sure the compiled binary sits next to the assets folder), or run it directly during development with cargo run.
Known limitations
- development: Game is in active development.