Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/miriarte33/memory-game
- Owner: miriarte33
- Created: 2018-05-23T20:44:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-04T16:18:05.000Z (over 6 years ago)
- Last Synced: 2023-12-26T20:54:51.929Z (11 months ago)
- Language: JavaScript
- Homepage: https://miriarte33.github.io/Memory-Game/
- Size: 2.37 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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")