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

https://github.com/leafycodes/simon-says-game-js

A classic Simon Says game built with JavaScript, HTML, and CSS. Test your memory by repeating the sequence of colors that the game shows you!
https://github.com/leafycodes/simon-says-game-js

css eventlisteners html javascript learning-by-doing webdevelopment

Last synced: 10 days ago
JSON representation

A classic Simon Says game built with JavaScript, HTML, and CSS. Test your memory by repeating the sequence of colors that the game shows you!

Awesome Lists containing this project

README

          

# Simon Says Game

A classic Simon Says game built with JavaScript, HTML, and CSS. Test your memory by repeating the sequence of colors that the game shows you!

![demo image]()

## Features

- Progressive difficulty - sequences get longer as you advance
- Score tracking with high score persistence
- Visual and interactive feedback
- Desktop Only Design (keyboard and mouse support, no touch support)
- Simple, clean interface

## How to Play

1. Press any key to start the game
2. Watch the sequence of flashing buttons
3. Repeat the sequence by clicking the buttons in the same order
4. Each successful sequence advances you to the next level
5. The game ends if you make a mistake in the sequence

## Scoring

- Each level completed earns you 100 points
- Your high score is saved throughout your session

## Technologies Used

- HTML5
- CSS3
- JavaScript