/arcade-game

Classic arcade game clone

Primary LanguageJavaScript

Arcade Game Clone

Udacity Nanodegree Project

Play the indefinite frogger clone!

Getting started

  1. Download or clone this project.
  2. Open index.html with your favorite browser.
  3. To play, Use direction keys to move player up, down, left and right.
  4. Avoid enemy bugs and make it across the water!

Project Objectives:

  • Make sure functions are object-oriented
    • Include class functions like Player and Enemy
    • Include class prototype functions such as Enemy.prototype.checkCollisions
  • keyword this is used appropriately to refer to the object the function is called upon.
    • within class
    • within class prototype functions
  • Update READMe.md with instructions on both how to 1. Run and 2. Play your arcade game.

Use this rubric for self-checking submission. Check out this guide for detailed instructions on how to get started.