It's a text-based dungeon crawler! Getting started Starting from the project root, build it: cargo build # a release build is pointless at time of writing Then, play ./target/debug/play Need a copy? git clone https://github.com/andrewjradcliffe/dungeoncrawl.git cd dungeoncrawl