Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 545 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 545 Bytes

Frogger-Game

Game made as a final project of Udacity's Object oriented programming with javascript course

The game is available to play here

Instructions:

  • Arrow keys control the player
  • Reaching the water will give you 100 points
  • Collecting gems will give you 200 points
  • Collecting hearts increases your life - You have three lives in the beginnging
  • Collision with the bug will result in loss of a life
  • Game ends when all lives are lost

Stay tuned for more features 😄