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.
- Score board that stores the user's current score and highest score.
Live version here
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