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
- Host: GitHub
- URL: https://github.com/binaryshrey/fend-arcade-game
- Owner: binaryshrey
- Created: 2018-11-08T03:45:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-08T18:26:12.000Z (over 5 years ago)
- Last Synced: 2025-02-16T11:11:54.610Z (12 months ago)
- Topics: css, html5, javascript
- Language: JavaScript
- Homepage: https://binaryshrey.github.io/fend-arcade-game/
- Size: 434 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fend-arcade-game
Udacity FEND Arcade-Game project

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