https://github.com/rajarohan/simon_says_game
A fun “Simon Says” game built with HTML, CSS and JavaScript in VS Code. Players must repeat a sequence of colours, but only when “Simon says” is given. The game challenges memory and attention, offering a fun and interactive experience for all ages. 🔵🟢🟡🔴
https://github.com/rajarohan/simon_says_game
css html html-css-javascript javascript
Last synced: 5 months ago
JSON representation
A fun “Simon Says” game built with HTML, CSS and JavaScript in VS Code. Players must repeat a sequence of colours, but only when “Simon says” is given. The game challenges memory and attention, offering a fun and interactive experience for all ages. 🔵🟢🟡🔴
- Host: GitHub
- URL: https://github.com/rajarohan/simon_says_game
- Owner: rajarohan
- Created: 2024-11-30T13:31:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-11T15:52:22.000Z (over 1 year ago)
- Last Synced: 2025-04-13T10:43:56.930Z (about 1 year ago)
- Topics: css, html, html-css-javascript, javascript
- Language: JavaScript
- Homepage: https://rajarohan.github.io/Simon_Says_Game/
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🎮 Simon Says Game
A fun “Simon Says” game built with **HTML**, **CSS**, and **JavaScript** in **VS Code**. Players must repeat a sequence of colors, but only when “Simon says” is given. The game challenges memory and attention, offering a fun and interactive experience for all ages. **🔵 Blue, 🟢 Green, 🟡 Yellow, 🔴 Red.**
## 🚀 Features
- 🎶 Sequence of colors.
- 🧠 Memory and attention challenge.
- 🌈 Interactive and fun design.
- 📱 Simple UI with responsive design.
## 🛠️ Installation
1. Clone this repository:
```bash
git clone https://github.com/rajarohan/Simon_Says_Game
2. Open the project in VS Code.
3. Open index.html in your browser to start playing.
or
**open**
[Simon_Says_Game](https://rajarohan.github.io/Simon_Says_Game/)
## 💻 Technologies Used
- HTML 📝: For page structure.
- CSS 🎨: For styling and layout.
- JavaScript 💻: For game functionality and interactivity.