A 'Space Invader' clone made with rust and made for the terminal.
Inspired by invaders
Audio should work out-of-the-box on macOS, Windows, and iOS. For Linux, the downstream package for actually playing sound requires the Alsa development libraries to be installed.
sudo yum install -y alsa-lib-devel
sudo apt install libasound2-dev pkg-config
⬜ UI.
✅ Score.
✅ Lives.
⬜ Multiple levels.
⬜ Power ups.
⬜ Make bullets entities.
- Clone repository.
- Run "cargo run --release".
- Enjoy.