/Little-Memory-Game

All you need to know is in the title :p

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Little Memory Game

This little memory game was created during my JS course + my free time.

You can set the difficulties thanks to select option (number of color and number of case) The score are saved by a REST API, run in Node server. To start it, use this followed commands :

npm i
npm start