- Try it at : https://topheman.github.io/bombs
- Video demo on youtube
- A game made with Ball.js : https://github.com/topheman/Ball.js
- Changelog
- Workflow with grunt
Topheman Bombs is a free HTML5 / Javascript game that takes advantage of the canvas element and the accelerometer on your device.
- Tilt your device to manage the blue dot
- Tap the screen to drop bombs on the enemies (red dots)
- Grab the green dots to get more bombs
More infos in GRUNTWORKFLOW.md.
yarn
Make sure you have grunt-cli
- otherwise, npm install -g grunt-cli
grunt server
grunt build
Creates a bundle in the ./release
folder
The game is based on Ball.js, a JavaScript class that handles physics interactions between balls on a flat area (i.e. collisions) as well as rendering, I made in early 2012.
This project was started in 2012, using Grunt, requireJS and a few vintage techs - it still works!
More infos on changelog.
In the end of 2013 first semester, after finishing boxboxevents, I was working on a game and I re-discovered grunt with the v0.4.
I explain my grunt workflow here with all the different tasks such as :
- building
- server testing
- ftp deploying
- creating html5 manifest
- …
Feel free to take a look.
- Blog post
- Thanks to remote-tilt.com
This software is licensed under at http://creativecommons.org/licenses/by-nc/3.0/