Skip to content

extwiii/U-OOJS-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Author

@extwiii

Created by Bilal Cagiran

E-Mail | Github | LinkedIn | CodePen | Blog/Site | FreeCodeCamp

Frogger Arcade Game

Summary

Frogger Arcade is a variation of the classic Frogger arcade game.

Goals/Winning

In this game the goal is simple, get the hero character to move across the gray bricks towards the water without getting hit by the enemy bugs. The user's score increases by one point for each time passed.

Movement and Controls

Users move the hero character by using the main up/right/left/down arrow keys on their keyboard.

Frogger Game : [Getting Started] (https://docs.google.com/document/d/1v01aScPjSWCCWQLIpFqvg3-vXLH2e8_SZQKC8jNO0Dc/edit#heading=h.vw2zfydjsvfi "Frogger Game Getting Started")

Links to GitHub Repository (Master Branch)

Installation

To run the application:

1- git clone https://github.com/extwiii/U-OOJS-game.git

2- Open a browser window and navigate to the index.html file in your application's directory.

Tools / Techniques

  • Object-Oriented JavaScript
  • constructor functions to create multiple Enemy instances
  • prototypal inheritance
  • HTML5 Canvas API
  • resource loading via immediately-invoked function expressions (IIFE)

Difficulty 7/10