changes after evaluation
  • Added code to remove focus from radio inputs after click;
  • Fixed code quality issues found by jshint;

frontend-nanodegree-arcade-game Project 3

Instructions

How to Run

Just open index.html file in any browser and game starts itself

Game Settings

Difficulty

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

Increase game difficulty

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

Collect Gems

In this mode, game will generate specific number of gems (hardcoded) on the scene. Player can collect them , number of collected gems is recorded

Help

There is a short help available by pressing 'H' or 'h' key