Skip to content

Frogger Game - An Object-Oriented JavaScript task for Kottans Front-End Course

License

Notifications You must be signed in to change notification settings

dmytro-botnarenko/classic_frogger_game

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Classic Arcade Game Clone Project

Initial Task Instructions

Make sure the functions you write are object-oriented - either class functions (like Player and Enemy) or class prototype functions such as Enemy.prototype.checkCollisions. Also make sure that the keyword this is used appropriately within your class and class prototype functions to refer to the object the function is called upon.

For detailed instructions on how to get started, check out this guide.

Additional Task requirements:

  • Use "classname.prototype.*" syntax (not ES2015/ES6 class syntax).
  • Make changes only to app.js and submit only this file to the code review.

Short Game Manual

  1. The Goal is to reach the water on top of the game board.
  2. Player must avoid collisions with the enemies (bugs).
  3. The player character is controlled by the standart arrow keyboard keys (Left/Right & Up/Down).
  4. Updating browser page resets the Game score.

About

Frogger Game - An Object-Oriented JavaScript task for Kottans Front-End Course

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.7%
  • HTML 2.1%
  • CSS 0.2%