Skip to content

ghulamdastgir0/SIMON-GAME

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simon Game 🎮

A classic Simon Game built using HTML, CSS, jQuery, and JavaScript. Test your memory by repeating an increasingly complex sequence of colored button presses!

🚀 Features

  • Interactive game interface with animated button flashes and sounds
  • Level progression with increasing difficulty
  • Game over detection with restart option
  • Clean and responsive layout

🛠️ Tech Stack

  • HTML5
  • CSS3
  • JavaScript (ES6)
  • jQuery

📷 Screenshot

Simon Game Screenshot

🎮 How to Play

  1. Press any key to start the game.
  2. Watch the sequence of flashing buttons.
  3. Click the buttons in the same order.
  4. The sequence gets longer with each level.
  5. A wrong click ends the game.

📁 File Structure

simon-game/ │ ├── index.html # Main HTML file ├── styles.css # Styling for the game ├── game.js # Game logic with jQuery ├── sounds/ # Folder containing sound files for buttons │ ├── red.mp3 │ ├── green.mp3 │ ├── yellow.mp3 │ ├── blue.mp3 │ └── wrong.mp3

✅ Requirements

Just a browser! No server or backend setup required.

🧠 Inspired By

The original Simon electronic memory game by Milton Bradley.

📄 License

This project is open source and free to use.

About

A classic Simon Game built with HTML, CSS, jQuery, and JavaScript — test your memory by repeating the color sequence.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors