Skip to content

A Galaga-like game which runs in the Terminal.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE2
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

BenLeadbetter/shellaga

Repository files navigation

<o[ Shellaga ]o>

A Galaga-like game which runs in the Terminal.

asciicast

⚡ Quick Start ⚡

Simply checkout the code and run the target via cargo. 🦀

git clone [email protected]:BenLeadbetter/shellaga.git
cd shellaga
cargo run

🔧 Requirements 🔧

Currently shellaga requires a Terminal which supports Kitty terminal protocol extensions.

✏️ Design ✏️

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.

🌟 Contribution 🌟

Contributions are actively encouraged! Please check out the Issues for ideas.

About

A Galaga-like game which runs in the Terminal.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE2
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published