=> This Simon Game is an engaging and addictive memory-based game built with Vanilla-JS. Put your memory skills to the test and try to remember the complex patterns.
=> I have made this by using Vanilla JS only. For building this game I've used concepts like Import/Export, Object-Destructuring, Ternary Operator, Constructor Methods in Classes, Arrow Functions, etc.
Website Link => https://manthan-simon-game.netlify.app/
-
To get started with this project, you will need to have
Gitinstalled on your system. -
First, you need to open a
Terminalin your system andClonethis repository by using :
git clone https://github.com/Mk4Levi/simon-game-mkp.git- Navigate to the Project's directory :
cd simon-game-mkp- Finally, host it on local server :
Open Live Server from your Code Editor.
|
├── sounds/
├── images/
├── index.html
├── game.js
├── styles.css
├── README.md