Skip to content

KARTHIK-004/SIMON_GAME

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# 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
  1. Navigate to the project directory:

    cd SIMON_GAME
  2. Open index.html in your browser to start playing.

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 colors in the correct order.
  4. Each level adds a new color to the sequence.
  5. The game ends when a wrong sequence is entered.

Project Structure

SIMON_GAME/
├── index.html
├── styles.css
├── script.js
├── sounds/
└── README.md

Use Case

This project is ideal for practicing:

  • JavaScript game logic
  • Event handling and state management
  • DOM manipulation
  • Building interactive web applications

License

This project is open-source and intended for educational and personal use.


⭐ If you like this project, consider giving it a star on GitHub!

About

A web-based implementation of the classic Simon memory game built using JavaScript, focusing on sequence memory and user interaction.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors