Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simon Game 🎮

A browser-based memory game inspired by the classic Simon Game. Built using HTML, CSS, and JavaScript, this game challenges players to remember and repeat an increasingly long sequence of colors and sounds.


🚀 Features

  • 🎯 Infinite level progression (difficulty increases continuously)
  • 🔊 Interactive sound effects for each button
  • 💡 Visual feedback with animations
  • ⌨️ Start game using keyboard input
  • ❌ Game-over detection with restart option
  • 🎨 Clean and responsive UI

🛠️ Tech Stack

  • HTML5
  • CSS3
  • JavaScript

📁 Project Structure

SIMON-GAME/
│
├── index.html        # Main HTML file
├── styles.css        # Styling
├── game.js           # Game logic
├── sounds/           # Sound files
└── README.md

▶️ How to Play

  1. Press any key to start the game
  2. Watch the sequence of flashing colors
  3. Repeat the sequence by clicking the buttons
  4. Each correct round adds a new step to the sequence
  5. Make a mistake → Game Over ❌
  6. Press any key again to restart

simon-game

link of the game https://srishtyverma.github.io/simon-game/


⚙️ Installation & Setup

  1. Clone the repository:
git clone <your-repo-link>
  1. Navigate to the project folder:
cd SIMON-GAME
  1. Open index.html in your browser (No server required)

🧠 Concepts Used

  • Event handling (keyboard & mouse events)
  • DOM manipulation
  • Arrays and sequence logic
  • Timing functions (setTimeout)
  • Audio integration in JavaScript

📸 Preview

image

💡 Future Improvements

  • High score tracking
  • Difficulty modes
  • Better animations and UI enhancements

🤝 Contributing

Feel free to fork this project and improve it. Contributions are welcome!


📄 License

This project is open-source and free to use.


About

A browser-based memory game inspired by the classic Simon Game, built using HTML, CSS, and JavaScript. It features dynamic sound effects, user interaction handling, and progressively increasing difficulty with near-infinite levels to challenge memory and focus.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages