Skip to content

akofficial10/Simon-Says

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Neon Simon Game ๐ŸŽฎ

A modern, sleek version of the classic Simon memory game with neon aesthetics and smooth animations.

Features โœจ

  • ๐Ÿ•น๏ธ Classic Simon gameplay with modern visuals
  • ๐ŸŒˆ Neon color scheme with glowing effects
  • ๐Ÿ“ˆ Level progression tracking
  • โŒจ๏ธ Keyboard or mouse controls
  • ๐Ÿ“ฑ Responsive design works on all devices
  • ๐ŸŽฎ Simple, intuitive interface

How to Play ๐ŸŽฒ

  1. Press any key or click START to begin
  2. Watch the sequence of colors that light up
  3. Repeat the sequence by clicking the colored quadrants
  4. Each successful repetition advances you to the next level
  5. The sequence gets longer with each level
  6. If you make a mistake, the game ends and shows your score

Technologies Used ๐Ÿ’ป

  • HTML5
  • CSS3 (with custom properties and animations)
  • JavaScript (ES6)

Installation โš™๏ธ

No installation required! Just open index.html in any modern browser.

Customization ๐ŸŽจ

You can easily customize the game by modifying the CSS variables in style.css:

:root {
    --neon-green: #00ff9d;
    --neon-red: #ff2a6d;
    --neon-yellow: #f9f002;
    --neon-blue: #05d9e8;
    --dark-bg: #0d0221;
    --darker-bg: #05010f;
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published