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

https://github.com/binaryshrey/fend-arcade-game

Udacity's FEND Frogger Game
https://github.com/binaryshrey/fend-arcade-game

css html5 javascript

Last synced: 4 months ago
JSON representation

Udacity's FEND Frogger Game

Awesome Lists containing this project

README

          

# fend-arcade-game
Udacity FEND Arcade-Game project

![Overview](https://raw.githubusercontent.com/binaryshrey/fend-arcade-game/master/Overview.png)

# Getting Started
- Follow this [Arcade-Game](https://binaryshrey.github.io/fend-arcade-game/) site or clone the repo on to your system.
- Extract the .zip file
- Open index.html in your browser.

# Rules and Regulations
1. Your objective is to reach the water side
2. Hitting the bugs will result in a loss
3. Controls
- left ← to move the player to the left
- right → to move the player to the right
- up ↑ to move the player up
- down ↓ to move the player down

# Project Specification

- The game functions correctly and runs error free
- Game objects (player and vehicles) are implemented using JavaScript object-oriented programming features.

# Acknowledgments
Udacity for providing
- implementation instructions
- engine.js
- resource.js and
- App.js starter template
[frontend-nanodegree-arcade-game](https://github.com/udacity/frontend-nanodegree-arcade-game)