Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/miriarte33/memory-game

Memory Game website. Find each matching pair of cards to win.
https://github.com/miriarte33/memory-game

Last synced: about 15 hours ago
JSON representation

Memory Game website. Find each matching pair of cards to win.

Awesome Lists containing this project

README

        

# Memory Game #
JavaScript game made for Udacity Google Front-end web development nanodegree program.
Click a card to open it. Click another to open it and see if the two cards match. Match all the cards to win in as little moves as possible to test your memory!

## Instructions ##
To play, visit https://miriarte33.github.io/Memory-Game/

## Resources ##
Uses easytimer library for timer functionality as well as jQuery for easy access and manipulation of DOM elements.

## Contributions ##
Contributions would be greatly appreciated and can be done at any time. Please email me with any questions if necessary.

## Screenshots ##
![Beginning of Game](/screenshots/beginning.png?raw=true "Beginning Screen")
![Successful Match](/screenshots/match.png?raw=true "Successful Match")
![End of Game](/screenshots/end.png?raw=true "End of Game")