#####HTML5 + JS game featuring inbuilt level editor and virtual smartphone gamepad via WiFi.
Used technologies and libraries:
- Backbone.js
- easel.js
- classy
- node.js with express server
- grunt
- grunt-fest with fest template engine
- SASS preprocessor
- socket.io
To deploy this game you will need to have node.js
and npm
already been installed.
Also grunt-cli
should be installed globally. You can do this if you run:
npm install grunt-cli -g
Then you just need to run
npm install
in your project folder.
Also you will need ruby
and sass gem
to be installed.
Alternatively you can run our deploy.sh
file.