Command line dungeon crawler game
- Download Java JRE 21.0.1 or newer
- Download the newest jar file from the latest release assets: https://github.com/elizabethharasymiw/darker-dungeon/releases
- Run this command on the jar file download:
java -jar DarkerDungeon.jar
- Note: Build System requires GNU make
- Normal build:
make
- Manual Test:
make run
- Build Release:
make release
- Manual Test Release:
make release-test
- Clean Environment:
make clean