Skip to content

ismadevs/memory-game-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐ŸŽฎ Memory Game Web App

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!


๐Ÿš€ Features

๐Ÿ”Š Dynamic Light & Sound Sequences

  • Each round plays a sequence of colors with matching sounds.
  • The sequence grows longer every round.
  • Players must repeat the exact pattern to advance.

๐Ÿง  Increasing Difficulty

  • Speed and complexity ramp up over time.
  • Designed to test memory, focus, and reaction time.

๐Ÿ† Scoreboard System

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

๐Ÿ’ก Clean & Simple UI

  • Focus-first layout.
  • Works seamlessly on desktop and mobile browsers.

๐Ÿ“ Project Structure


/project-folder
โ”œโ”€โ”€ index.html
โ”œโ”€โ”€ style.css
โ”œโ”€โ”€ script.js
โ””โ”€โ”€ README.md


โ–ถ๏ธ How to Play

  1. Click Start.
  2. Watch the sequence of flashing colors and sounds.
  3. Repeat the sequence by clicking the colored buttons.
  4. Each correct round increases the sequence length.
  5. One mistake ends the game โ€” but your Best Score is saved!

๐Ÿ›  Installation

No dependencies required โ€” pure HTML/CSS/JS.

Clone the repository:

git clone https://github.com/ismadevs/memory-game-webapp.git

Open the game:

index.html

Or run a lightweight local server:

npx serve .

๐ŸŽฏ Possible Future Improvements

  • Difficulty settings (Easy / Normal / Hard)
  • Custom sound themes
  • Global leaderboard using an API
  • Animations + visual effects
  • Dark mode / theme selector

Enjoy the game! ๐Ÿงฉโœจ

About

A simple Memory Game WebApp built with HTML, CSS, and JavaScript

Resources

Stars

Watchers

Forks

Packages

No packages published