Skip to content

N-Manjunath/Simon-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation


Simon Game

A simple memory-based game built using JavaScript, HTML, and CSS. The game challenges players to repeat an ever-growing sequence of colors shown by the computer.

How to Play

  1. Click Start to begin the game.
  2. Watch the sequence of colored buttons highlighted by the computer.
  3. Repeat the sequence by clicking the buttons in the same order.
  4. Each correct round adds a new color to the sequence.
  5. The game ends if a wrong button is clicked.

Features

  • Four colored buttons: Green, Red, Yellow, Blue.
  • Sequence playback with sound and animation.
  • Level tracking to see progress.
  • Game over alert on incorrect input.

Technologies Used

  • HTML – Structure
  • CSS – Styling and animations
  • JavaScript – Game logic, sequence generation, and user interaction

Usage

  1. Clone the repository or download the files.
  2. Open index.html in a web browser.
  3. Click Start to play.

About

The **Simon game** in JavaScript is a memory game with four colored buttons. The computer shows a sequence of colors, and the player must repeat it. Each round adds a new color. Built with HTML/CSS for buttons and JS to generate sequences, handle clicks, and check correctness.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors