Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sumit-saha-x/simon-game-js-project
An interactive memory game that challenges players to recall a sequence of colors and sounds.
https://github.com/sumit-saha-x/simon-game-js-project
css game-development html javascript simon-game web-design
Last synced: about 2 months ago
JSON representation
An interactive memory game that challenges players to recall a sequence of colors and sounds.
- Host: GitHub
- URL: https://github.com/sumit-saha-x/simon-game-js-project
- Owner: sumit-saha-x
- Created: 2024-10-26T20:25:46.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-28T20:20:59.000Z (2 months ago)
- Last Synced: 2024-10-28T20:35:01.607Z (2 months ago)
- Topics: css, game-development, html, javascript, simon-game, web-design
- Language: JavaScript
- Homepage: https://sumit-saha-x.github.io/Simon-Game-JS-Project/
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simon Game
This is a simple, interactive Simon Game built with HTML, CSS, and JavaScript. Test your memory as you follow the game's sequence of colors and sounds!
## 🎮 How to Play
1. The game shows a random sequence of colors, starting with a single color.
2. Memorize the sequence and repeat it by clicking the colors in the correct order.
3. Each round, the sequence grows by one, increasing the difficulty.
4. If you make a mistake, the game restarts and the sequence resets.## 💻 Technologies Used
- **HTML**: For the game structure and layout.
- **CSS**: For styling and visual effects.
- **JavaScript**: For game logic and interactivity.## 📂 Project Structure
- `index.html` - Main HTML file for the game interface.
- `style.css` - Stylesheet for game design.
- `game.js` - JavaScript file containing the game's core logic.## 🚀 How to Run the Project
1. Clone this repository.
2. Open index.html in your web browser to start playing.
## 🔗 Live Demo
You can also play the game online: https://sumit-saha-x.github.io/Simon-Game-JS-Project/## Here is a sneakpeak from the game!