/amazeing

Primary LanguageJavaScript

amazeing

An attempt to implement some of the ideas discussed at gamasutra Algorithms for making more interesting mazes

setup

Run the following commands to get started

Yarn (recommended)

  1. yarn
  2. yarn run watch

npm (if you don't have yarn)

  1. npm install
  2. npm run watch

Once you are up and running, open js/config.js and start hacking ;)