Skip to content

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

Packages

Contributors

Languages