Skip to content
Bilal CAGIRAN edited this page Sep 15, 2016 · 2 revisions

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.

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