This is a simple version of Space Invaders to play in the terminal. The goal is to obliterate all the alien invaders before they reach Earth.
The game is built with Rust. 🦀
- Install Rust if it's not installed already. Check Rust's documentation for 1-line installation instructions.
- Navigate to the project directory.
- Run
cargo run
to begin playing.
Action | Key Binding |
---|---|
Move left and right | ← and → |
Fire laser | space |
Quit | esc or q |
Created with the guidance of Nathan Stocks' Rust course.