Skip to content

Commit

Permalink
Merge pull request #1 from Keshav-Arora/main
Browse files Browse the repository at this point in the history
README.md
  • Loading branch information
Its-keshav-arora authored Jan 24, 2024
2 parents 3b00075 + 74d84d9 commit d744cae
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Desctiption

The Simon Game is a classic electronic game that serves as a memory and pattern recognition challenge. Named after its inventor Ralph H. Baer's original name for the device, "Simon" has become synonymous with the game itself. It was first introduced in 1978 and quickly gained popularity for its simple yet engaging gameplay.

Gameplay Overview:
Objective:
The primary objective of the Simon Game is for players to repeat an increasingly longer sequence of lights and sounds generated by the device. The game continues until the player makes a mistake by failing to accurately reproduce the sequence.

# Components:

Four Colored Buttons:
The game typically features four colored buttons, each corresponding to a specific musical note or sound. These buttons are often colored red, blue, green, and yellow.
# Central Console:
The central console is the core of the game, featuring a speaker for audio output and a set of lights that correspond to each colored button.
# Game Sequence:

The game begins with a single button lighting up and emitting a sound.
The player must replicate this sequence by pressing the corresponding button.
After successfully reproducing the initial sequence, the game adds another step, making the sequence longer.
The player continues to repeat the increasingly complex sequences until an error occurs.
# Scoring:

Players are typically awarded points for each successfully repeated sequence.
The game may speed up as the player progresses, increasing the difficulty.
# Error Handling:

Making a mistake breaks the sequence, and the player might hear a distinct sound indicating the error.
Depending on the version of the Simon Game, players may get multiple chances or lives.
# Winning:

The game continues until the player makes an error or decides to stop.
The player's final score is determined by the number of correctly repeated sequences.

0 comments on commit d744cae

Please sign in to comment.