iam-baivab / Simon

๐ŸŽฎ Simon Game: A digital version of the classic memory game! Repeat the sequence of lights and sounds to win. Can you beat your high score? ๐ŸŒŸ

Home Page:https://simonsays.pages.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simon Game ๐ŸŽฎ

Screenshot 2024-05-28 223701

Description โ„น๏ธ

This repository contains a digital version of the classic electronic game Simon. Simon is a memory game where players must repeat a sequence of lights and sounds generated by the game. The game gets progressively harder as the sequence gets longer.

Features ๐Ÿš€

  • User-friendly interface with buttons for gameplay.
  • Randomly generated sequences for each game session.
  • Sound and visual feedback for correct and incorrect inputs.
  • Difficulty increases as the game progresses.

UI ๐ŸŽฎ

Screenshot 2024-05-28 223206 Screenshot 2024-05-28 223559

Technologies Used ๐Ÿ“

  • HTML, CSS, JavaScript for the frontend.
  • Bootstrap for styling.
  • Git and GitHub for version control and repository hosting.

Installation ๐Ÿ› ๏ธ

  1. Clone the repository to your local machine:

    git clone https://github.com/iam-baivab/Simon.git
  2. Open the index.html file in your web browser.

Usage ๐ŸŽบ

  1. Press the "Start" button to begin the game.
  2. Watch and listen to the sequence played by the game.
  3. Repeat the sequence by clicking the corresponding buttons.
  4. If you make a mistake, the game will show the correct sequence and end.
  5. Try to beat your high score by completing longer sequences.

Contributing ๐Ÿ“ˆ

If you'd like to contribute to this project, follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/new-feature).
  3. Make your changes.
  4. Commit your changes (git commit -am 'Add new feature').
  5. Push to the branch (git push origin feature/new-feature).
  6. Create a new Pull Request.

Credits ๐Ÿ’Ÿ

This project is inspired by the original Simon game invented by Ralph H. Baer and Howard J. Morrison.

License ๐Ÿชช

This project is licensed under the MIT License - see the LICENSE file for details.

About

๐ŸŽฎ Simon Game: A digital version of the classic memory game! Repeat the sequence of lights and sounds to win. Can you beat your high score? ๐ŸŒŸ

https://simonsays.pages.dev

License:MIT License


Languages

Language:JavaScript 41.7%Language:CSS 39.5%Language:HTML 18.8%