Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 416 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 416 Bytes

Dungeon

This is a basic demo of a random dungeon generator written in JavaScript leveraging the HTML5 canvas tag for rendering. It has some very basic input handling for moving around in the dungeon and allows for infinite exploration as each floor leads down to a new one once the stairs are found.

You can try it out here: http://nickgravelyn.github.io/dungeon/.