A classic memory game where you must repeat an increasingly complex sequence of colors and sounds.
This project was built as a learning exercise using HTML, CSS, and JavaScript, and runs entirely in the browser - no backend or installation required.
Interactive color buttons with sound effects.
Randomized sequences that get longer with each round.
Clean and responsive user interface.
Smooth animations and transitions.
Simple logic using vanilla JavaScript.
HTML5 – For the page structure and layout.
CSS3 – For styling, responsiveness, and animations.
JavaScript (Vanilla) – For all game logic and interactivity.
GitHub Pages – For deployment.
index.html → Main HTML file.
style.css → All game styles.
script.js → JavaScript game logic.
Option 1: Play online (recommended)
No download or setup needed — just click and play!
Option 2: Run locally
Clone the repository:
git clone https://github.com/sRushetzky/Simon-Says-game.git
Navigate to the project folder:
cd Simon-Says-game
Open the index.html file in your browser:
You can double-click the file
Or right-click → "Open with..." → your browser
A modern web browser (Chrome, Firefox, Safari, Edge).
Internet connection (only if playing the live demo).
Shahar Rushetzky
📞 Phone: +972 52-7729726
📧 Email: sroshetzky@gmail.com
🔗 LinkedIn: Shahar Rushetzky
📄 License
This project is licensed under the MIT License, so feel free to use, modify, and share it.