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

https://github.com/rafaelhdsv/memory-card-game

The memory game is a classic game made up of pieces that have a figure on one side. Each figure is repeated in two different pieces. To start the game, the pieces are placed face down so that they cannot be seen.
https://github.com/rafaelhdsv/memory-card-game

Last synced: 3 months ago
JSON representation

The memory game is a classic game made up of pieces that have a figure on one side. Each figure is repeated in two different pieces. To start the game, the pieces are placed face down so that they cannot be seen.

Awesome Lists containing this project

README

        

# Memory-Card-Game

![GitHub repo size](https://img.shields.io/github/repo-size/RafaelHDSV/Memory-Card-Game?style=for-the-badge)
![GitHub language count](https://img.shields.io/github/languages/count/RafaelHDSV/Memory-Card-Game?style=for-the-badge)
![GitHub forks](https://img.shields.io/github/forks/RafaelHDSV/Memory-Card-Game?style=for-the-badge)

desktop.png

> The memory game is a classic game made up of pieces that have a figure on one side. Each figure is repeated in two different pieces. To start the game, the pieces are placed face down so that they cannot be seen.

## Table of contents

- [Overview](#overview)
- [The challenge](#the-challenge)
- [Links](#links)
- [Screenshot](#screenshot)
- [My process](#my-process)
- [Built with](#built-with)

## Overview

### The challenge

Users should be able to:

- Be able to play the game and complete it
- Find two pairs of each character
- View on different screens
- Start the game from the home screen

### Links

- Live Site URL: https://memory-card-game-rafael.netlify.app

### Screenshot

- Desktop

![](images/desktop.png)

- Mobile

desktop.png

## My process

### Built with

- HTML
- CSS
- JAVASCRIPT

[⬆ Back to the top](#memory-card-game)