An open API service indexing awesome lists of open source software.

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.

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.