forked from cri5ti/html5-bomberman
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathparams.json
1 lines (1 loc) · 1.45 KB
/
params.json
1
{"name":"Html5-bomberman","body":"Play it now on [playshortfuse.com](http://www.playshortfuse.com)\r\n-------------------------\r\n\r\n---\r\n\r\n\r\nWhat is it?\r\n================\r\n\r\nA HTML5 Bomberman clone using:\r\n\r\n * node.js\r\n * socket.io\r\n * Backbone + Underscore\r\n * jQuery\r\n * CSS3 (via Compass + Sass)\r\n\r\n\r\nWhy?\r\n======\r\n\r\nIt started as a small project to help me learn the fore mentioned technologies, but in the end it turned out to be loads of fun.\r\n\r\nI'm not proud of the code, like I said, it was just a sandbox to try things, but I believe it could be a starting point for others trying to use the above mentioned technologies.\r\n\r\n**If you've spotted something that stinks really bad**, please, drop me a patch on how to do it better! I'm sure I've misunderstood some basic concepts, but hey, at least something is working. ;)\r\n\r\n\r\nGetting started\r\n===============\r\n\r\n1. Download the **node.js** dependencies:\r\n\r\n\t\tnpm update\r\n\r\n\r\n2. Download and install [compass](http://compass-style.org/install/).\r\n\r\n\t\tgem update --system\r\n\t\tgem install compass\r\n\r\n\r\n3. Compile sass to css\r\n\t\t\r\n\t\tcompass compile web/\r\n\r\n\r\n4. Start the node server.\r\n\t\t\r\n\t\tnode dev-server.js\r\n\r\n\r\n5. Open a browser to `localhost:8000` and enjoy!\r\n","tagline":"A HTML5+backbone+node bomberman","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}