Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/codeamt/memorygame

An ES6 JS and CSS styled one-page game app to exercise memory muscle.
https://github.com/codeamt/memorygame

Last synced: about 2 months ago
JSON representation

An ES6 JS and CSS styled one-page game app to exercise memory muscle.

Awesome Lists containing this project

README

        

# MemoryGame



## How The Game Works
The game board consists of sixteen cards (eight different pairs of cards, each with different symbols on one side). The cards are arranged randomly on the grid with the symbol face down. The player's task is flip over two hidden cards at a time to locate the ones that match!

## Rules:

- The player flips one card over to reveal its underlying symbol.
- The player then turns over a second card, trying to find the corresponding card with the same symbol.
- If the cards match, both cards stay flipped over.
- If the cards do not match, both cards are flipped face down.
- The game ends once all cards have been correctly matched.

## How to Play
Load index.html file in browser.

Dependencies
The game was built using ES6 JavaScript and stylized using CSS. No external libraries were used.

Contributing
The project was based on the starter code for Udacity students: https://github.com/udacity/fend-project-memory-game