/simon-game

Primary LanguageCSSMIT LicenseMIT

Simon Game

This is a browser-based Simon game built with JavaScript. Here's a GIF of the game play:

Turorial: https://freshman.tech/simon-game

Live Demo

A live demo of the game can be found here.

Build instructions

You need to have Node.js and yarn installed.

  • Clone the repository with git clone https://github.com/Freshman-tech/simon-game
  • cd into the simon-game directory and run yarn to install dependencies.
  • Run yarn start to open the game in your browser on port 3000.
  • Enjoy!