Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miriarte33/frogger
Classic Frogger arcade game
https://github.com/miriarte33/frogger
arcade-game canvas canvas-game canvas2d crossy-road frogger frogger-game
Last synced: about 15 hours ago
JSON representation
Classic Frogger arcade game
- Host: GitHub
- URL: https://github.com/miriarte33/frogger
- Owner: miriarte33
- Created: 2018-06-13T19:26:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-18T03:08:19.000Z (over 6 years ago)
- Last Synced: 2023-12-26T20:54:51.086Z (11 months ago)
- Topics: arcade-game, canvas, canvas-game, canvas2d, crossy-road, frogger, frogger-game
- Language: JavaScript
- Homepage: https://miriarte33.github.io/Frogger/
- Size: 758 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frogger #
JavaScript game made for Udacity Google Front-end web development nanodegree program, based on the classic Frogger arcade game!## Instructions ##
### How to Run ###
Simply follow [this link](https://miriarte33.github.io/Frogger/) to play the game
### How the game works ###
The game works by saving the location of the enemy and player objects. If the center of the player object is touching the center of any of the enemy objects, then we know there is a collision and the game will be restarted.
### How to play ###
To move the player up, down, left, or right, move the arrow keys. Make sure to avoid any of the taxis, as that would result in the score being reset back to zero. Reach the water to add on to your score, and see how high it can go!## Resources ##
Game engine and most of the images (except the taxis) were provided to me by the Udacity team.## Contributions ##
Contributions would be greatly appreciated and can be done at any time. Please email me with any questions if necessary. I look forward to adding new features and improving the game.## Screenshots ##
![Playing](/screenshots/play.png?raw=true "Frogger game image")