Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/priyanshjain9414/simon-game
A classic memory game built with HTML, CSS, and JavaScript! Test your memory and pattern-recognition skills by following the sequence of colors and sounds. Each level, the game adds a new step to the sequence, making it progressively challenging as you advance. How far can you go?
https://github.com/priyanshjain9414/simon-game
css css-flexbox html5 javascript
Last synced: about 2 months ago
JSON representation
A classic memory game built with HTML, CSS, and JavaScript! Test your memory and pattern-recognition skills by following the sequence of colors and sounds. Each level, the game adds a new step to the sequence, making it progressively challenging as you advance. How far can you go?
- Host: GitHub
- URL: https://github.com/priyanshjain9414/simon-game
- Owner: priyanshjain9414
- Created: 2024-10-28T09:56:59.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-28T10:22:33.000Z (2 months ago)
- Last Synced: 2024-10-28T13:17:18.381Z (2 months ago)
- Topics: css, css-flexbox, html5, javascript
- Language: JavaScript
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simon Game đļ
A classic memory game built with HTML, CSS, and JavaScript! The Simon Game challenges your memory and pattern-recognition skills by requiring you to follow an ever-growing sequence of colors and sounds. Test your memory and see how many levels you can complete!
## đšī¸ Demo
[Click here to play the game](https://priyanshjain9414.github.io/simon-game)
## đ¨ Features
- **Engaging User Interface**: Colorful buttons paired with interactive sounds.
- **Progressive Difficulty**: Each level introduces a new step in the sequence, making the game more challenging as you advance.
- **Memory Training**: Exercises memory and focus as you recall and repeat the sequences.## đ¸ Screenshots
![Capture](https://github.com/user-attachments/assets/64265690-2ae7-4f9e-afeb-eb756be59b12)
## đ ī¸ Technologies Used
- **HTML**: For structuring the game layout.
- **CSS**: For styling and creating an engaging interface.
- **JavaScript**: For game logic, handling user interactions, and managing game states.## đ How to Play
1. **Watch the Sequence**: The game will light up a color in a specific sequence.
2. **Repeat the Sequence**: Click the colors in the same order.
3. **Level Up**: Each round, the game adds a new color to the sequence, making it progressively harder to follow.
4. **Keep Going**: Try to remember and repeat the sequence as it grows. How far can you go?## đ¤ Contributing
Contributions, issues, and feature requests are welcome! Feel free to:
- **Fork the project**
- **Create a new branch** for any improvements
- **Submit a pull request**For major changes, please open an issue first to discuss what you would like to change.
See the [issues page](../../issues) for more details.## đĄ Acknowledgments
- Inspired by the original Simon Game by Milton Bradley.
- Thanks to online tutorials and documentation that helped in building the game logic.Enjoy the game, and happy coding!
## đ Getting Started
To run this game locally:
1. **Clone the repository**:
```bash
git clone https://github.com/priyanshjain9414/simon-game.git