Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 339 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 339 Bytes

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