Build an Arcade Game Clone, part of Udacity Course "Front-End Web Developer Nanodegree Program":
You will be provided visual assets and a game loop engine; using these tools you must add a number of entities to the game including the player characters and enemies to recreate the classic arcade game Frogger. In this game you have a Player and Enemies (bugs). The goal of the player is to reach the water, without colliding into any one of the enemies.
Navigating your Hero with arrow keys, you must cross a dangerous roads full of men-eating ladybirds. Once you reach the other side, you win and the Game difficulty increases.
- Download all files and open index.html in your favourite browser
- HTML Canvas was provided by Udacity
- JavaScript Object-oriented code for game objects
- Using Classes to create multiple similarly functioning objects
- Inheritance and delegation of Objects
- Player can choose his character by pressing c key while playing
- Levels: Enemies increase number and speed when Player levels up