This repository contains a memory game known as Memo Test built with vanilla JavaScript. The user must find the 8 pairs of tiles in the fewest number of attempts. This is one of the firsts games I built.
To see a live version of this project, visit this link.
- HTML
- CSS
- JavaScript
- Clone the repository to your local machine by running the following command in your terminal:
git clone https://github.com/vlaurencena/memory-game- Navigate to the project folder by using the command:
cd memory-game- Open the
index.htmlfile in your preferred browser. You can do this by double-clicking the file or running the following command:
open index.html # For macOS
start index.html # For Windows
xdg-open index.html # For Linux