https://github.com/nunorc/fend-arcade-game-project
https://github.com/nunorc/fend-arcade-game-project
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/nunorc/fend-arcade-game-project
- Owner: nunorc
- Created: 2018-05-10T14:00:38.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-11T09:31:41.000Z (about 7 years ago)
- Last Synced: 2025-04-09T21:54:47.296Z (about 1 month ago)
- Language: JavaScript
- Size: 197 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Classic Arcade Game Project
Prepared in the context of Udacity's Front End Developer nanodegree.
[Play the game online!](https://nunorc.github.io/fend-arcarde-game-project/)
## How The Game Works
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. The
player can move left, right, up and down. The enemies move in varying
speeds on the paved block portion of the scene. Once a the player collides
with an enemy, the game is reset and the player moves back to the start
square. Once the player reaches the water the game is won.## Run The Game Locally
To run the game locally open the `index.html` file in your browser.