A browser-based memory game built with HTML, CSS & JavaScript.
Simon Says is a classic memory game. The game flashes a sequence of colors and the player must reproduce it. With each correct attempt, the sequence grows by one - can you remember the everβincreasing pattern?
You can play game live at:
Simon Says
- Click anywhere (or click Start) to begin.
- Watch the sequence of flashing colors.
- Repeat the sequence by clicking the color buttons.
- If correct, you advance to the next level.
- A mistake ends the game - your highest level is your score.
- Restart the game anytime by clicking anywhere (or clicking Start).
- HTML - layout and structure
- CSS - styling and animations
- JavaScript - game logic, state management, and DOM interaction
Simon-Says/
βββ index.html # Main game UI
βββ style.css # Visual styling and animations
βββ simon.js # Game logic, sequence control & event handlers
βββ demo/ # Demo GIFs or images
Modern web browser (Chrome, Firefox, Safari, Edge, etc.).
git clone https://github.com/KrishnaKC15/Simon-Says
cd Simon-SaysOpen index.html in your browser to play locally.
- Randomized sequence generation
- Interactive button flashes
- Level display
- Game over feedback and restart functionality
- Add multiple difficulty levels (e.g. Easy / Medium / Nightmare)
- Enable mobile responsiveness
- Include high score persistence via
localStorage - Add optional sound/music and visual effects
Contributions are welcome! To help improve the game:
- Fork this repository
- Create a new feature or bug-fix branch
- Commit your improvements
- Submit a pull request
Please list any issues you'd like addressed or features you'd like to add!
KrishnaKC15 β Creator and maintainer of this project.
- GitHub: @KrishnaKC15
- LinkedIn: Krishna Chauhan
- Email: chauhankrishna705@gmail.com
