This is a browser-based Simon game built with JavaScript. Here's a GIF of the game play:
Turorial: https://freshman.tech/simon-game
A live demo of the game can be found here.
You need to have Node.js and yarn installed.
- Clone the repository with
git clone https://github.com/Freshman-tech/simon-game
cd
into thesimon-game
directory and runyarn
to install dependencies.- Run
yarn start
to open the game in your browser on port 3000. - Enjoy!