This small turn-based game written in Rust allows you to explore procedurally-generated levels in the search for the Amulet of Sirref, an artifact that will rid the world of monsters. You will however have to fight said monsters to find it. Collect items on your way to help you: a sword, some armor, perhaps a map, and some health potions.
The basic concept of the game is based on Herbert Wolverson's Hands-on Rust book, but many game mechanics were changed and/or added.
Thanks to Rust's support for web assembly, you can play the game directly on your browser! Try it out! (Disclaimer: the game can technically run on mobile devices, but requires a keyboard as an input device)
For a guide on how to play the game, see this page.
You can also run the game locally by cloning the repository and running cargo run
in the main directory (given that the Rust toolchain is installed).
This game uses the following free-to-use assets:
- Alagard font by Hewett Tsoi on Dafont.com (https://www.dafont.com/alagard.font)
- Roguelike tiles (large collection) by David E. Gervais on OpenGameArt.org (https://opengameart.org/content/roguelike-tiles-large-collection)
- RPG Character Sprites by Pipoya on itch.io (https://pipoya.itch.io/pipoya-free-rpg-character-sprites-32x32)
- Fraktur FIGlet font by Philip Menke on patorjk.com (http://www.patorjk.com/software/taag/#p=display&f=Fraktur)
- Epic FIGlet font by Claude Martins on patorjk.com (http://www.patorjk.com/software/taag/#p=display&f=Epic)