A modern, sleek version of the classic Simon memory game with neon aesthetics and smooth animations.
- ๐น๏ธ 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
- Press any key or click START to begin
- Watch the sequence of colors that light up
- Repeat the sequence by clicking the colored quadrants
- Each successful repetition advances you to the next level
- The sequence gets longer with each level
- If you make a mistake, the game ends and shows your score
- HTML5
- CSS3 (with custom properties and animations)
- JavaScript (ES6)
No installation required! Just open index.html
in any modern browser.
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;
}