Skip to content

The Simon Game is a memory challenge built with HTML, CSS, JavaScript, and jQuery. Players repeat sequences of colored buttons with sounds as they grow harder each round, testing focus and memory. Features include score tracking, high score persistence via LocalStorage, and audio-visual feedback for a polished experience.

Notifications You must be signed in to change notification settings

hibaNITT/Simon-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simon Game

A web-based implementation of the classic Simon electronic memory game. This project challenges players to remember and replicate increasingly complex sequences of colors and sounds.


🚀 Live Demo

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


🎮 How to Play

  1. Start: Press any key on your keyboard (or click the 'Start' button) to begin.
  2. Observe: The game will flash a color and play a corresponding sound.
  3. Repeat: Click the same color button to replicate the sequence.
  4. Progress: Each time you successfully complete a sequence, the game adds one more step to the pattern.
  5. Game Over: If you click the wrong button, the game ends. Press any key to restart.

✨ Features

🧠 Logic & Gameplay

  • Randomized Sequences: Every game is unique, generated using random logic.
  • Progressive Difficulty: The sequence length increases with every level.
  • Score Tracking: Displays your current level so you can track your progress.

🎨 Visuals & Sound

  • Interactive Feedback: Includes visual "flash" effects for each button.
  • Audio Cues: Distinct auditory tones for each of the four colors.
  • Responsive Design: Works on both desktop and mobile browsers.

🛠️ Technologies Used

  • HTML5: Structure of the game board and buttons.
  • CSS3: Styling, layout, and button press animations.
  • JavaScript (ES6+): Game logic, sequence management, and event handling.
  • **Jquery:**The JavaScript Library used.

About

The Simon Game is a memory challenge built with HTML, CSS, JavaScript, and jQuery. Players repeat sequences of colored buttons with sounds as they grow harder each round, testing focus and memory. Features include score tracking, high score persistence via LocalStorage, and audio-visual feedback for a polished experience.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published