Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 690 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 690 Bytes

Memory-Game

Memory Game with Additional Buttons (Khan Academy-Advanced JavaScript Course)

This is a memory game developed as a project on Khan Academy.  My modifications were the following:

  1. Added two buttons: "Start Game" and "End Game" with associated methods.
  2. Added an initializeGame function and Tile.prototype.handleMouseClick method.
  3. Modified draw function to handle new functionality.

Instructions:

  1. Copy all files into one folder.
  2. Double-click "Memory Game.html" to begin.

Rules:

  1. Click "New Game" to start a new game.
  2. Click tiles to match.
  3. The program records your clicks and will display at the end, along with an option to quit or play again.