Skip to content

elizabethharasymiw/darker-dungeon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Darker Dungeon

Command line dungeon crawler game

How to play

Developer Build Instructions

  • 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