Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 763 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 763 Bytes

Furry Game

Link

https://grzana.github.io/FurryGame_Workshop/

Description

The workshop aims to improve some JS elements:

  • events handling;
  • dividing, importing & exporting .js files;
  • working with multiple objects, constructors, prototypes;
  • using setTimeout and setInterval methods;

Principal of working

The game consists of a board which is bulit of divs. On the board there is a sprite (Furry). It is controlled by user keyboard. Furry has to collect a coin which appears randomly on the board. Each time the coin is collected, the score displayed above the board increases by 1. The games ends if Furry touches the board threshold. A final screen is displayed with user's score and a 'Reload button'.

Init furry