An open API service indexing awesome lists of open source software.

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. 🔵🟢🟡🔴

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.