This is a Memory Game powered by React and featuring a deep sea creatures theme! Users can click on the images in order to earn points, but beware! Click on the same image twice and you'll lose! The images shuffle around with every click - Can you remember which ones you've clicked and find all twelve?
Memory Game can be installed from the repository through either of the following options:
By SSH:
git@github.com:Mlipphardt/Memory-Game.git
By HTTPS:
https://github.com/Mlipphardt/Memory-Game.git
Once the repository has been cloned, navigate inside it with your terminal and run 'npm install.'
Note: If Node.js has not been installed, download it here first.
Run the command 'npm install' in order to obtain the required dependencies, and then 'npm start' in order to launch the game.
Made with
- Create React App
- Node.js
- Google Fonts
