Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 616 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 616 Bytes

Memory Game Project

Table of Contents

Instructions

The project is an arcade game, with a borat theme : Rules :

  • Player can not move off screen
  • Bugs cross the screen
  • Vehicle-player collisions happen logically (not too early or too late)
  • Vehicle-player collision resets the game
  • "Success" pop-up window appear when player wins
  • "Fail" pop-up window appear when player collide

Contributing

  • Add a score function, counting total moves
  • Use the reset() function inside enemies constructor function in app.js, lines 124 and 125