Skip to content

ayushbrmn08/Simon-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simon Game – JavaScript Web App

A lightweight and responsive Simon Memory Game built using HTML, CSS, JavaScript, jQuery, and Bootstrap.
Follow the color sequence and repeat it correctly to move to the next level.

Live Demo

https://ayushbrmn08.github.io/Simon-Game/

Features

  • Random color sequence generation
  • Difficulty increases with each level
  • Automatic game-over detection
  • High score stored using LocalStorage
  • Sound and visual feedback
  • Responsive layout for desktop and mobile

Tech Stack

  • HTML5 – Structure
  • CSS3 – Styling
  • JavaScript (ES5) – Game logic
  • jQuery – DOM manipulation
  • Bootstrap 5 – Responsive UI
  • LocalStorage & Audio APIs

Screenshot

Simon Game Screenshot

How It Works

  1. A random color is generated at each level
  2. The color sequence is displayed with animation and sound
  3. User input is recorded and validated step-by-step
  4. The level increases on correct input
  5. Incorrect input ends the game

How to Play

  1. Press any key or tap Start
  2. Watch the color sequence
  3. Repeat the sequence in the correct order
  4. One wrong input ends the game

Run Locally

git clone https://github.com/ayushbrmn08/Simon-Game.git
cd Simon-Game
open index.html

About

Developed a responsive Simon memory game using JavaScript and jQuery with animations, sound effects, and LocalStorage-based high score tracking.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors