An open API service indexing awesome lists of open source software.

https://github.com/kwagner91/arcade-game-clone

Frogger Game using OOP
https://github.com/kwagner91/arcade-game-clone

arcade-game-clone frogger javascript object-oriented-javascript udacity-frontend-nanodegree

Last synced: 8 months ago
JSON representation

Frogger Game using OOP

Awesome Lists containing this project

README

          

# Frogger classic Arcade Game Clone
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.

## Instructions
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

## Project Specifications
- 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

## Additional Functionality implemented
- Player can choose his character by pressing c key while playing
- Levels: Enemies increase number and speed when Player levels up

### Please download the files and start playing by opening index.html in your favourite browser!