Skip to content

TanmayAgrawal2764/Simon-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simon-Game

Description

The Simon Game is a classic memory-based puzzle game that challenges players to remember and replicate sequences of colors. This project is a JavaScript implementation of the Simon Game with a focus on simplicity and user-friendly design.

Features

  • Four Colors: The game features four distinct colors that light up in a random sequence.
  • User Input: Players must replicate the sequence by clicking on the colored buttons in the correct order.
  • Levels: The difficulty increases with each successful sequence replication, introducing longer and more challenging patterns.
  • Feedback: Visual and auditory feedback is provided to indicate correct or incorrect inputs.
  • Score Tracking: Keep track of your score as you progress through the levels.

Getting Started

To play the Simon Game, simply visit the live demo or clone the repository to your local machine.

Prerequisites

  • A modern web browser

Installing

  1. Clone the repository to your local machine:

    git clone https://github.com/TanmayAgrawal2764/Simon-Game.git