https://github.com/ctrachte/frogger-game-clone
A 2D arcade game built on front-end JavaScript and CSS
https://github.com/ctrachte/frogger-game-clone
Last synced: 9 months ago
JSON representation
A 2D arcade game built on front-end JavaScript and CSS
- Host: GitHub
- URL: https://github.com/ctrachte/frogger-game-clone
- Owner: ctrachte
- Created: 2018-08-30T15:10:32.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-30T19:08:28.000Z (almost 8 years ago)
- Last Synced: 2025-03-06T03:14:24.526Z (over 1 year ago)
- Language: JavaScript
- Size: 247 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Arcade Game "Frogger" Clone
## Getting started
- Download the zip or clone this repository
- Go to the directory you downloaded/cloned to
- Open `Index.html` in your browser.
That's it! Enjoy!
## Sources used:
In case you want to create your own!
- [Udacity's game engine and assets](https://github.com/udacity/frontend-nanodegree-arcade-game)
- [W3C Modals](https://www.w3schools.com/howto/howto_css_modals.asp)
- [Udacity's Guide](https://docs.google.com/document/d/1v01aScPjSWCCWQLIpFqvg3-vXLH2e8_SZQKC8jNO0Dc/pub?embedded=true)