Skip to content

sgouver/memory-game

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memory Game Project

Table of Contents

Instructions

The project is a memory game, with a chess theme : Rules :

  • A user selects a card and opens a chess piece
  • If the second card is similar then the two chess pieces stay on top.
  • The game ends when the user finds all the eight different matching compilations.
  • A modal pop-up window open up to show the score of the user.

Score calculation:

  • Score is based on the player Moves
  • If there are more than 16, a star is removed.
  • If there are more than 30, a second star is removed.

Contributing

  • Add a keyboard function for immediate restart, after hitting the "r" key.
  • Alter the timer function to start when the first card is opened, not on the load.
  • Create a more complicated ranking system with final time correlation.

About

No description, website, or topics provided.

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 39.7%
  • JavaScript 36.7%
  • HTML 23.6%