Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 418 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 418 Bytes

Classic Arcade Game (The Frogger)

About

This game was built with JavaScript. The functions are object-oriented class prototype functions.

How to run

visit: arcade-game

How to play

Use the arrow keys to move the player

- ⬆️: Up
- ➡️: Right
- ⬅️: Left
- ⬇️: Down

Avoid the bugs and collect all jewels to win the game :)