A Galaga-like game which runs in the Terminal.
Simply checkout the code and run the target via cargo. 🦀
git clone [email protected]:BenLeadbetter/shellaga.git
cd shellaga
cargo run
Currently shellaga requires a Terminal which supports Kitty terminal protocol extensions.
We use the Bevy game engine and it's Entity Component System to handle game logic, run loop, time, etc.
We use Crossterm to handle rendering in the terminal and terminal events.
We use Ratatui to handle drawing ui.
Contributions are actively encouraged! Please check out the Issues for ideas.