This is a clone of the Frogger game built mainly to practice Object-Oriented JavaScript and HTML5 Canvas techniques. In this game you have a Player and enemy bugs crossing a road at various speeds.
The goal of the player is to reach the other side by crossing the road and go into the water without colliding into any one of the enemies. If the player collides with a bug, the game is reset, and the Player moves back to the start. The Player wins by reaching the water without collisions.
The game is played using the arrow keys and you can move up, down, left and right.
To play this game, download the project to your computer, double-click on index.html to open it on your default browser, and enjoy the game!
There is a simple timer with 30 seconds on it. You can refresh your browser to re-initiate it. I'll be improving its interactivity shortly.