Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/singhjashanjot/simon-say-game
https://github.com/singhjashanjot/simon-say-game
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/singhjashanjot/simon-say-game
- Owner: singhjashanjot
- Created: 2024-07-27T20:58:39.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-27T21:02:23.000Z (5 months ago)
- Last Synced: 2024-07-27T22:27:04.220Z (5 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
What is Simon Says?
- Simon Says is a classic game of memory and reflexes, where players must replicate a sequence of actions dictated by "Simon."
- The challenge lies in accurately recalling and executing the sequence as it grows increasingly complex.📜Rules of the Game:
✔Simon will show a sequence of colors or actions.
✔Players must repeat the sequence correctly to progress.
✔Each successful round adds a new step to the sequence.
✔Mistakes result in game over.🚀Transforming the Traditional Game into JavaScript​:
~By harnessing the power of JavaScript, I've brought the timeless fun of Simon Says to the digital realm.
From capturing user input to dynamically updating the game board, every aspect reflects a seamless fusion of classic gameplay and modern web development techniques.