Skip to content

HendersonRelegations/project1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

project1

The Goal of this project is to create a functional memory card game that allows you to flip two different cards and assess to see if they match. If they do match both cards should disappear. If they do not match they should flip back over. The logic behind the game is as follows // 1. add function to all cards so that the click does something // duplicate the alternative photos for the face of the cards // 2. change picture when clicked (create function to do this) // 3. keep first clicked picture displayed // 4. compare second picture to first picture // 5. if there is a match make them dissapear // 6. if there is no match make them flip back over // 7. repeat steps 5 and 6 until there are no cards left // 8. display game over

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 49.2%
  • JavaScript 26.5%
  • CSS 24.3%