Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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/).