Skip to content

Latest commit

 

History

History
executable file
·
24 lines (15 loc) · 1.06 KB

README.md

File metadata and controls

executable file
·
24 lines (15 loc) · 1.06 KB

🐸 Frogdacity 🐸

Try it out: Can you reach the water safely? Let's play!

Motivation

Frogdacity is a classic arcade game built with object-oriented JavaScript. I created it during my Udacity Front-End Web Development Nanodegree. It's a simple version of Frogger.

Frogdacity Demo Gif

How to play the game

The game uses keyboard input to move the player around the board.

  • Use the arrow keys to move: ⬆️ ⬇️ ⬅️ ➡️
  • Reaching the water increases your score by one 🔝
  • You reach a new level every five score points. But be careful, the enemies are moving faster 🐞💨
  • The game is over when your character hits an enemy! ⛔️

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Follow up

If you enjoy reading my code, please consider to take a look on Twitter 🙂