A mobile capable Open Web Game in the endless running platformer genre.
This project builds on volo js. To get it up and running you need git, node.js, npm (comes bundled with node) and volo installed.
- git clone github-repo jacktreasure
- cd jacktreasure
- npm install (install tools libs)
- volo install (install project libs)
Use the following volo commands:
- volo serve (run dev server, for built files add base=www-built)
- volo build (minify & concatenate js & css files into www-built folder)
- volo appcache (generate appcache into www-built folder)
- volo ghdeploy (deploy to GitHub)