Skip to content

Kpradof/simon-game-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simon Game - 2021

Classic memory game built with JavaScript where players must repeat an increasingly complex sequence of colors and sounds.

Created: 2021

Overview

Simon Game is a browser-based interactive game that tests memory and attention. The system generates a random sequence, and the player must replicate it correctly to advance to the next level.

Each round adds a new step to the sequence, increasing difficulty progressively.

How It Works

  • The game starts when the user presses any key
  • A random color is added to the sequence
  • The game plays the sequence with visual and audio feedback
  • The player must click the buttons in the correct order
  • If correct → next level
  • If incorrect → game over and reset

Features

  • Dynamic sequence generation
  • Audio feedback for each button
  • Visual animations (button press + game over effect)
  • Level tracking
  • Restart functionality after failure

Tech Stack

  • HTML5
  • CSS3
  • JavaScript (Vanilla)

About

Interactive Simon memory game (2021) built with JavaScript to practice DOM manipulation, event handling, and game logic.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors