https://github.com/saelsa/arcade-game-clone
A take on the well-beloved frogger arcade game. Object-oriented programming with JavaScript.
https://github.com/saelsa/arcade-game-clone
Last synced: 19 days ago
JSON representation
A take on the well-beloved frogger arcade game. Object-oriented programming with JavaScript.
- Host: GitHub
- URL: https://github.com/saelsa/arcade-game-clone
- Owner: saelsa
- Created: 2018-05-30T03:10:05.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-30T03:21:38.000Z (about 8 years ago)
- Last Synced: 2025-02-24T04:30:13.637Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://saelsa.atwebpages.com/arcade-game-clone/index.html
- Size: 219 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# arcade-game-clone
A take on the well-beloved frogger arcade game. See if you can help a princess find her way over the busy road to go for a swim - but beware of bugs, she's super scared of them!
## The game
The goal is to reach the water as often as possible while avoiding the bugs crossing the street. You can move the player with your keyboard - up, down, right and left. Each successful crossing will earn you 100 points. Hitting a bug will cost you a life. And since you only have three of them - *that's still more than most people but yeah, less than cats* - you should be careful. The game is over when you have lost all your lives. In the meantime try to score as many points as possible.
## Wanna play?
There are two ways to play:
- right now, here and then: [arcade-game-clone](https://saelsa.github.io/arcade-game-clone)
- download or clone the repository and open the index.html in a browser of your choice