Skip to content

An updated version of the classic Frogger arcade game using object-oriented JavaScript.

Notifications You must be signed in to change notification settings

sarah-maris/oh-no-bugs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Oh No! Bugs

This game is a frogger clone designed for the Udacity Front-End Nanodegree Project #3

How to play:

  1. Open index.html in your browser or play the live demo

  2. Click on a player to begin the game

  3. Move your player using the arrow keys ( → ↓ ← ↑ ) to navigate to the water. If you get to the water you gain 1000 points.

  4. AVOID THE BUGS! Every time you hit a bug you lose a life. Game is over after you have lost your three lives

  5. Collect gems to gain points. Each gem you collect is worth 200 points

  6. When you reach the water you can choose to Continue your game, Restart the game or Quit.

  7. HAVE FUN!

About

An updated version of the classic Frogger arcade game using object-oriented JavaScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.6%
  • HTML 1.3%
  • CSS 0.1%