Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 777 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 777 Bytes

Dungeon Crawl

Classic roguelike game written in Rust. Employs the ECS (Entity Component System).

Based on the book "Hands-on Rust" by Herbert Wolverson.

It utilizes the Bracket library as the game engine and Legion for the ECS.

The dungeon floor, wall, and adventurer graphics by Buch.[1] Potion and scroll graphics are from Melissa Krautheim’s Fantasy Magic Set[2]. Weaponry is from Melle’s Fantasy Sword Set[3]. Monster graphics are from the game Dungeon Crawl Stone Soup (CC0 license), packaged by Chris Hamons[4].

Very much a work-in-progress for now.

[1] https://opengameart.org/content/unfinished-dungeon-tileset

[2] https://opengameart.org/content/fantasy-magic-set

[3] https://opengameart.org/content/fantasy-sword-set

[4] https://github.com/crawl/tiles