Skip to content

lucyod10/Memory-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memory Game

About

You can find a demo of the site here

This is my memory game, click on any two cards to flip them around. If it's a match then they will stay flipped over, otherwise they will flip back. Once you have all the cards face up, you win!

Made with HTML/CSS, and Javascript.

Features

  • Cards on the board are randomly generated from a list, with special attention to make sure the randomisation between the different animal species is relatively even.
  • Species mode:
    • The matches in this mode are made by species, but the images may be different
  • Exact Match mode:
    • A match in this mode is only if the image is exactly the same.
  • To track your score:
    • time
    • number of moves
    • star score (decreases based on the number of moves you have made, compared to the number of cards on the board for that game)
    • number of games won in that session
  • You can select the number of cards you wish to be in the new game. This is rounded up to the nearest even number. It is a game of pairs after all.
  • Colour palette in top left corner, allowing you to change the styling of the page at any time.

Screenshots

Screenshot 1

Screenshot 2

Screenshot 3

TODO

  • Convert card grid to grid from flex, and make responsive for better gameplay at all resolutions.
  • more colour templates
  • Fix intersection of colour template palette with header on smaller resolution
  • back of cards match colour palette & nicer design
  • win card redesign

About

This is my game of memory. Match all the cards to win!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published