A fast-paced, interactive memory game built with vanilla JavaScript, where players try to recall an increasingly complex sequence of colors, lights, and sounds. Test your memory, challenge yourself, and climb the scoreboard!
- Each round plays a sequence of colors with matching sounds.
- The sequence grows longer every round.
- Players must repeat the exact pattern to advance.
- Speed and complexity ramp up over time.
- Designed to test memory, focus, and reaction time.
The game tracks and displays:
- Current Score โ number of correct moves
- Current Round โ how far the player has progressed
- Best Score โ highest score stored locally
- Focus-first layout.
- Works seamlessly on desktop and mobile browsers.
/project-folder
โโโ index.html
โโโ style.css
โโโ script.js
โโโ README.md
- Click Start.
- Watch the sequence of flashing colors and sounds.
- Repeat the sequence by clicking the colored buttons.
- Each correct round increases the sequence length.
- One mistake ends the game โ but your Best Score is saved!
No dependencies required โ pure HTML/CSS/JS.
Clone the repository:
git clone https://github.com/ismadevs/memory-game-webapp.gitOpen the game:
index.html
Or run a lightweight local server:
npx serve .- Difficulty settings (Easy / Normal / Hard)
- Custom sound themes
- Global leaderboard using an API
- Animations + visual effects
- Dark mode / theme selector
Enjoy the game! ๐งฉโจ