Skip to content

sgouver/arcade-game

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.9%
  • HTML 6.5%
  • CSS 5.6%