Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justinharringa/classic-arcade-game-clone
Clone of classic frogger game
https://github.com/justinharringa/classic-arcade-game-clone
Last synced: 7 days ago
JSON representation
Clone of classic frogger game
- Host: GitHub
- URL: https://github.com/justinharringa/classic-arcade-game-clone
- Owner: justinharringa
- License: mit
- Created: 2016-03-26T16:07:02.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-05-31T13:57:44.000Z (over 1 year ago)
- Last Synced: 2024-11-08T13:52:16.888Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.01 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Running the game
Simply open index.html up in a browser and you can use the arrow keys to
move the player. When you reach the top with the player he'll respawn at
the bottom to start again.# Setup
I'm using [npm](https://docs.npmjs.com/getting-started/installing-node) to
manage dependencies (which really only amount to build/TDD tools)
# Running Unit Tests
You can run `gulp test` to run the unit tests.## TDD Mode
You can run `gulp tdd` to continuously run unit tests when project files change.# frontend-nanodegree-arcade-game
Students should use this
[rubric](https://www.udacity.com/course/viewer/#!/c-nd001/l-2696458597/m-2687128535)
for self-checking their submission.For detailed instructions on how to get started, check out this
[guide](https://docs.google.com/document/d/1v01aScPjSWCCWQLIpFqvg3-vXLH2e8_SZQKC8jNO0Dc/pub?embedded=true).