Arcade Game

This is a clone of the game, Frogger, to practice and demonstrate object-oriented, pseudo-classical JavaScript. This is the 3rd Project of Udacity's Front-End Web Developer Nanodegree, designed to the following Udacity Rubric.

Arcade Game

Features

  • Object-oriented, pseudo-classical Javascript
  • Game clock engine
  • Resource caching
  • HTML canvas loops
  • Collision detection by bounding boxes
  • Point system tied to the Player class
  • Event listener for keyboard input

Installation & Play

To run the game, visit nhadinat.github.io/frontend-nanodegree-arcade-game on your web browser. Use the arrow keys on your keyboard to guide the princess to safe waters. Avoid the mean bugs who won't stop for any reason at all!

Good luck! - Nate Hadinata

Link to GitHub Repo