/dungeon

Dungeon

Primary LanguageKotlinApache License 2.0Apache-2.0

Dungeon

Build

Build

./gradlew build

Generate Map

Before running the server a map must be generated

./gradlew :map-generator:run

Run

./gradlew :server:run

Then connect with chrome at http://localhost:8080

Example Map

Three way example of a small generated map. Top left is a full print. Bottom center is a generated bitmap of the map. Right is server rendering of player perspective.

image