Web app · Memory game
Simon
A browser memory game built around color, sound and an increasingly long sequence to remember.
Overview
A browser memory game built around color, sound and an increasingly long sequence to remember.
Built the game interface, randomized sequence logic, audio feedback and local high-score tracking in JavaScript.
The problem
Recreate the classic Simon memory challenge with immediate visual feedback and simple browser controls.
My contribution
Built the game interface, randomized sequence logic, audio feedback and local high-score tracking in JavaScript.
Inside the build
- Follow flashing colors and repeat the growing sequence to advance through levels.
- Hear feedback on button presses and mistakes, restart a round and keep the highest score in the current browser.
Project notes
Open-source game
The high score is saved locally in the current browser. The game is a personal implementation of the classic Simon memory challenge.