# SIMON GAME
A web-based implementation of the classic Simon memory game. The game challenges users to remember and repeat an increasingly complex sequence of colors, demonstrating JavaScript-based game logic and user interaction.
## 🌐 Live Demo
Play the game here:
👉 https://karthik-004.github.io/SIMON_GAME/
## Overview
The Simon Game tests a player’s memory by generating a random sequence of colors that the user must replicate in the correct order. With each successful round, the sequence becomes longer and more challenging.
## Key Features
- Classic Simon game mechanics
- Random sequence generation
- Increasing difficulty with each level
- Visual and audio feedback for user actions
- Interactive and responsive user interface
## Technology Stack
- HTML5
- CSS3
- JavaScript (ES6)
## Getting Started
### Prerequisites
A modern web browser (Chrome, Edge, Firefox, etc.)
### Installation
1. Clone the repository:
```bash
git clone https://github.com/KARTHIK-004/SIMON_GAME.git-
Navigate to the project directory:
cd SIMON_GAME -
Open
index.htmlin your browser to start playing.
- Press any key to start the game.
- Watch the sequence of flashing colors.
- Repeat the sequence by clicking the colors in the correct order.
- Each level adds a new color to the sequence.
- The game ends when a wrong sequence is entered.
SIMON_GAME/
├── index.html
├── styles.css
├── script.js
├── sounds/
└── README.md
This project is ideal for practicing:
- JavaScript game logic
- Event handling and state management
- DOM manipulation
- Building interactive web applications
This project is open-source and intended for educational and personal use.
⭐ If you like this project, consider giving it a star on GitHub!