https://github.com/tom474/simon_game
A web-based Simon Game where players memorize and repeat color sequences with dynamic difficulty progression.
https://github.com/tom474/simon_game
css game-development html javascript web-development
Last synced: over 1 year ago
JSON representation
A web-based Simon Game where players memorize and repeat color sequences with dynamic difficulty progression.
- Host: GitHub
- URL: https://github.com/tom474/simon_game
- Owner: tom474
- Created: 2024-06-19T09:56:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-07T13:42:18.000Z (over 1 year ago)
- Last Synced: 2025-02-07T14:38:45.494Z (over 1 year ago)
- Topics: css, game-development, html, javascript, web-development
- Language: JavaScript
- Homepage: https://tom474.github.io/simon_game/
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simon Game
A web-based version of the classic **Simon Game**, where players must memorize and repeat an increasingly complex sequence of colors.
## Tech Stack
- HTML
- CSS
- JavaScript
## Features
- **Interactive Gameplay**: Players must follow and repeat the sequence of colors displayed.
- **Dynamic Level Progression**: The game increases in difficulty as the player correctly follows sequences.
- **Keyboard Start**: Press any key to begin the game.
- **Visual & Audio Feedback**: Buttons flash and play sounds for each step in the sequence.
- **Error Handling**: Displays a game-over message when a mistake is made, prompting a restart.
- **Replay Functionality**: Players can restart the game after losing.