An open API service indexing awesome lists of open source software.

https://github.com/pfirpfel/proceduraldungeon


https://github.com/pfirpfel/proceduraldungeon

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# proceduralDungeon

Experiment in procedurally generate a dungeon in JavaScript.

The generator is entirely deterministic, which means given the
same input (seed, width and height), the exact same dungeon can
be recreated.

# Building

1. npm install -g grunt-cli
2. npm install
3. grunt build