- Added code to remove focus from radio inputs after click;
- Fixed code quality issues found by jshint;
Just open index.html file in any browser and game starts itself
Game difficulty - enemies count and base speed variations
Easy: (default) 3 enemies, 100 px base speed.
Medium: 4 enemies, 120 px base speed
Are you nuts???: 5 enemies, 150 px base speed
To make things less boring, game can increase its difficulty as player reaches water particular times w/o collisions
Limit of water reaches is hardcoded in game settings and is equal to 20
In this mode, game will generate specific number of gems (hardcoded) on the scene. Player can collect them , number of collected gems is recorded
There is a short help available by pressing 'H' or 'h' key