It is a variation of the Classic Arcade Game Frogger built using object oriented Javascript
Help the boy to get to the water without getting hit by the bugs. Player gets 1 point each time boy gets to the water. Boy is allowed to hit the bugs for 3 times after which he dies and the game ends. Player wins the game if he/she gets 10 points
Use the keyboard arrows to move the boy
To play the game:
-
Download the GitHub zip file or clone the repository onto your local workstation
-
Open a browser window and navigate to the index.html file in your application's directory
Access the link in your web browser: https://swathyjayaseelan.github.io/Classic-Arcade-Game/
- Object Oriented JavaScript
- HTML5 Canvas
- Prototype functions
- Immediately-Invoked Functions Expressions (IIFE)