Created by Bilal Cagiran
E-Mail | Github | LinkedIn | CodePen | Blog/Site | FreeCodeCamp
Frogger Arcade is a variation of the classic Frogger arcade game.
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.
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")
- GitHub Project Repository: https://github.com/extwiii/U-OOJS-game/
- GitHub Pages Demo: https://extwiii.github.io/U-OOJS-game/.
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.
- 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