Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/madzadev/memory-game
🀄 Memory game with customization options and Unsplash API.
https://github.com/madzadev/memory-game
memory-game svelte
Last synced: about 2 months ago
JSON representation
🀄 Memory game with customization options and Unsplash API.
- Host: GitHub
- URL: https://github.com/madzadev/memory-game
- Owner: madzadev
- Created: 2020-11-11T21:16:31.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-20T19:01:17.000Z (over 2 years ago)
- Last Synced: 2023-03-07T07:03:32.435Z (almost 2 years ago)
- Topics: memory-game, svelte
- Language: JavaScript
- Homepage: https://memory-game-madza.netlify.app/
- Size: 2.15 MB
- Stars: 21
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Memory Game
A memory game, where users have to remember the positions of the cards and open two exact images sequentially to score points. Once all the cards are opened user is victorious.
I used Unsplash API to fetch images from their site.
![Preview](https://github.com/madzadev/memory-game/blob/master/public/preview.gif)
## Features
1. Moves tracking
2. Match percentage
3. Win state detection
4. Reset functionality## Installation
1. `git clone https://github.com/madzadev/memory-game.git`
2. `cd memory-game`
3. `npm install`
4. `npm dev`
## Contributions
Any feature requests and pull requests are welcome!
## License
The project is under [MIT license](https://choosealicense.com/licenses/mit/).