Skip to content

codemunkee/match

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memory Game Project

A simple card matching game that demonstrates the use of jQuery for manipulating the DOM, in particular, facilitating interaction with the game's player.

Behind the scenes a State object keeps track of the current status of the game. Used later for gauging the player's performance.

Try it out

https://codemunkee.github.io/match/

In the future

It would be fun to keep a server-side leaderboard and possibly do some better player performance ranking with the time to complete the game (today it just looks at the number of moves, though the time required to complete all matches is tracked).

Screenshots

Full-size

Screenshot 1

On a mobile device

Screenshot 2

When you win the game. :-)

Screenshot 3

About

Udacity FEND Match Game

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published