Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 419 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 419 Bytes

RandomZelda

Generate random maps for Legend of Zelda dungeons.

This is a work-in progress, but you can view the current version here: http://jdomingu.github.io/RandomZelda/

Install

Install npm on your machine, then run npm install to download the dependencies.

Building

Run npm start to build the project with gulp.

Watching

Run npm run watch to watch the project for changes and build when needed.