This is a simple Sokoban clone written using node.js. Hopefully it might serve as a simple demo for how to write web apps using a number of standard frameworks. The primary programming language used is CoffeeScript. The backend is written using Express. The frontend is written using RequireJS, Backbone.js, and Handlebars.js (among other things).
These instructions assume you have node.js installed.
- Run
npm install
to install all necessary modules/components. - Run
npm start
to start the server. - Visit the URL: http://localhost:3000/
A demo of the app is hosted at http://node-sokoban.herokuapp.com/ (screenshot below):