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!
- Host: GitHub
- URL: https://github.com/leafycodes/simon-says-game-js
- Owner: leafycodes
- Created: 2025-05-20T10:24:17.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-05-20T10:26:44.000Z (9 months ago)
- Last Synced: 2025-05-20T11:35:56.312Z (9 months ago)
- Topics: css, eventlisteners, html, javascript, learning-by-doing, webdevelopment
- Language: JavaScript
- Homepage: https://leafycodes.github.io/simon-says-game-js/
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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