Skip to content

Latest commit

 

History

History
64 lines (54 loc) · 1.54 KB

README.md

File metadata and controls

64 lines (54 loc) · 1.54 KB

🤖 Simon Game

HTML | CSS | JavaScript

It is a short-term memory skill game.

Live Demo

Play it Here.

About the Project

Originally created by Ralph H. Baer and Howard J. Morrison. It basically creates a series of tones and lights and requires a user to repeat the sequence. If the user succeeds, the series becomes progressively longer and more complex. Once the user fails or the time limit runs out, the game is over.

Main Features

  • Responsive UI - Support for both desktop and mobile devices.
  • Leaderboards Page to view top scorers.
  • UI animations making the gameplay more fun.

TechStack Used

Installation

  1. Clone the repo
$ git clone https://github.com/The-DefaultCube/WEBD22_SimonGame/
  1. Build Commands
$ cd v2
$ npm install
  1. Run Commands
$ node index.js

Screenshot

Game Page Leaderboards Page

Contact

Thanks :)

if ( youLovedProject() ) {
 starIt();
}