A simple rogue-like game.
Code and ideas taken from; http://gamedevelopment.tutsplus.com/tutorials/how-to-make-your-first-roguelike--gamedev-13677
-
clone this repo
-
install grunt and all dependencies
npm install grunt-cli
npm install
grunt
- Enjoy!