Skip to content

vlaurencena/memory-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monopoly Game

Memory game preview

Description

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.

Live version

To see a live version of this project, visit this link.

Built with

  • HTML
  • CSS
  • JavaScript

Running locally

  1. Clone the repository to your local machine by running the following command in your terminal:
git clone https://github.com/vlaurencena/memory-game
  1. Navigate to the project folder by using the command:
cd memory-game
  1. Open the index.html file 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

About

A memory game built with vainilla JavaScript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors