Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 211 Bytes

File metadata and controls

11 lines (8 loc) · 211 Bytes

dungeon-explore

A NetHack-style dungeon crawl game written in Scala

Run:

sbt clean compile run

Run tests:

sbt clean compile test

Build jar file for distribution

sbt assembly