An open API service indexing awesome lists of open source software.

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.

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