Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 940 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 940 Bytes

Memory Game

Project for TheOdinProject JavaScript curriculum.

The user can play a flag memory game. The user will get points by clicking the flags, but, if a flag is clicked twice, the game is over. The user wins the game if they click all 20 flags without repeating.

Features

  • Score board that stores the user's current score and highest score.

Resources

Demo

Live version here

How to use

To use the website, click here.

To use the code, download the files and, on the file's directory, type the following on the terminal:

npm install
npm run start