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
- Host: GitHub
- URL: https://github.com/kwagner91/arcade-game-clone
- Owner: KWagner91
- Created: 2018-05-07T17:10:24.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-28T09:28:46.000Z (over 7 years ago)
- Last Synced: 2025-01-10T19:47:21.434Z (over 1 year ago)
- Topics: arcade-game-clone, frogger, javascript, object-oriented-javascript, udacity-frontend-nanodegree
- Language: JavaScript
- Homepage:
- Size: 208 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!