###Game Development Environment Info
HTML5 2D tile based game using melon.js
###Tools: Tiled Map Editor - Make sure to set the compression (in settings/preferences) to Base64(uncompressed).
##Setup ####Dependencies:
- node.js
- npm
####Run:
git clone [email protected]:LPMC-Game-Off-2012/game-off-2012.git
cd game-off-2012
npm install
node server.js
Open your browser to localhost:8080/index.html to play.