From 93e04e11fbb4757e9218045322ca9881944dad49 Mon Sep 17 00:00:00 2001 From: Prajwal <83826853+prajj07@users.noreply.github.com> Date: Thu, 23 Feb 2023 12:02:29 +0530 Subject: [PATCH 1/4] Create README.md --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1d81302 --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +# Simon-Game + +Simon Game is a web-based implementation of the classic memory game Simon. It was developed using HTML, CSS, JavaScript and jQuery. + +## Game rules +The game consists of four colored buttons, each producing a particular tone when it is pressed. The game generates a random sequence of button presses, which the player must replicate by clicking the buttons in the same order. The sequence starts with one button, and after each successful replication, the sequence grows by one button. If the player presses a wrong button or takes too long to press the correct one, the game ends. + +## Features +Simon Game offers the following features: + +•Interactive game board with colored buttons and sound effects. +•Random sequence generator with increasing difficulty. +•Scoreboard displaying the current and high score. +•Strict mode option, which resets the game on the first mistake. + +## Usage +To play Simon Game, follow these steps: + +1.Turn on the game by pressing the power button. +2.Press the "Start" button to begin the game. +3.Watch the sequence of button presses made by the game. +4.Replicate the sequence by clicking the buttons in the same order. +5.If you make a mistake, the game will display an "X" and reset the sequence (unless strict mode is on). +6.If you complete the sequence, the game will generate a new, longer sequence. +7.The game ends when you make a mistake and strict mode is off, or when you complete 20 sequences. From 098f5645fd54b841c36238e6c702b5d4d34206e9 Mon Sep 17 00:00:00 2001 From: Prajwal M <83826853+prajj07@users.noreply.github.com> Date: Wed, 1 Mar 2023 23:13:13 +0530 Subject: [PATCH 2/4] Update README.md --- README.md | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/README.md b/README.md index 1d81302..8b13789 100644 --- a/README.md +++ b/README.md @@ -1,25 +1 @@ -# Simon-Game -Simon Game is a web-based implementation of the classic memory game Simon. It was developed using HTML, CSS, JavaScript and jQuery. - -## Game rules -The game consists of four colored buttons, each producing a particular tone when it is pressed. The game generates a random sequence of button presses, which the player must replicate by clicking the buttons in the same order. The sequence starts with one button, and after each successful replication, the sequence grows by one button. If the player presses a wrong button or takes too long to press the correct one, the game ends. - -## Features -Simon Game offers the following features: - -•Interactive game board with colored buttons and sound effects. -•Random sequence generator with increasing difficulty. -•Scoreboard displaying the current and high score. -•Strict mode option, which resets the game on the first mistake. - -## Usage -To play Simon Game, follow these steps: - -1.Turn on the game by pressing the power button. -2.Press the "Start" button to begin the game. -3.Watch the sequence of button presses made by the game. -4.Replicate the sequence by clicking the buttons in the same order. -5.If you make a mistake, the game will display an "X" and reset the sequence (unless strict mode is on). -6.If you complete the sequence, the game will generate a new, longer sequence. -7.The game ends when you make a mistake and strict mode is off, or when you complete 20 sequences. From 029cc4caa01a9e529785fc0a13479dde25ce30e1 Mon Sep 17 00:00:00 2001 From: Prajwal M <83826853+prajj07@users.noreply.github.com> Date: Wed, 1 Mar 2023 23:13:49 +0530 Subject: [PATCH 3/4] Delete README.md --- README.md | 1 - 1 file changed, 1 deletion(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index 8b13789..0000000 --- a/README.md +++ /dev/null @@ -1 +0,0 @@ - From 1d37ff5ccc052420d64680670000792ff008d58e Mon Sep 17 00:00:00 2001 From: Prajwal813793 Date: Wed, 1 Mar 2023 23:32:15 +0530 Subject: [PATCH 4/4] Added ReadME --- ReadME.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 ReadME.md diff --git a/ReadME.md b/ReadME.md new file mode 100644 index 0000000..e69de29