https://github.com/linus-mussmaecher/project_radish
Arcade-style wave-defense game.
https://github.com/linus-mussmaecher/project_radish
arcade game game-dev ggez legion rust wave-defense
Last synced: 23 days ago
JSON representation
Arcade-style wave-defense game.
- Host: GitHub
- URL: https://github.com/linus-mussmaecher/project_radish
- Owner: Linus-Mussmaecher
- License: other
- Created: 2023-04-06T10:26:13.000Z (about 2 years ago)
- Default Branch: radish-desktop
- Last Pushed: 2025-02-19T16:13:08.000Z (2 months ago)
- Last Synced: 2025-02-19T17:25:03.521Z (2 months ago)
- Topics: arcade, game, game-dev, ggez, legion, rust, wave-defense
- Language: Rust
- Homepage: https://linus-mussmaecher.itch.io/spellstruck
- Size: 27.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SpellStruck
[](https://docs.rs/mooeye)
[](https://www.rust-lang.org/)
[](https://github.com/ggez/ggez)[](LICENSE)
A small wave defense game written in rust. Kill skeletons, save the town and get the highest score possible!
Complete with achievement system, meta progression, (local) highscore board and a full tutorial.## Latest Download
The latest version of SpellStruck is available at [itch.io](https://linusm.itch.io/spellstruck).
## Tech Stack
SpellStruck is written in rust and based on the [ggez game library](https://github.com/ggez/ggez) as well as my own [mooeye UI library](https://github.com/Linus-Mussmaecher/mooeye).
The main game loop is implemented using [legion ECS](https://github.com/amethyst/legion).## License
This work is licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-nc-sa/4.0/).