Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carevicm/jquery-simon_game
jQueary - Simon Game
https://github.com/carevicm/jquery-simon_game
css3 html5 javascipt javascript-game jquery responsive-design
Last synced: 13 days ago
JSON representation
jQueary - Simon Game
- Host: GitHub
- URL: https://github.com/carevicm/jquery-simon_game
- Owner: carevicm
- Created: 2023-09-25T05:04:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-25T05:32:13.000Z (about 1 year ago)
- Last Synced: 2023-09-25T09:01:11.483Z (about 1 year ago)
- Topics: css3, html5, javascipt, javascript-game, jquery, responsive-design
- Language: JavaScript
- Homepage: https://carevicm.github.io/jQuery-Simon_Game/
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jQuery-Simon_Game
Simon Game
Description:
The Simon game is a memory-enhancing game where players must reproduce a sequence of colors presented to them.
As the game progresses, the sequence becomes longer and more challenging, testing the player's memory and reflexes.How to Play:
The game starts by illuminating one of the color buttons and producing a corresponding tone.
The player must then press the same button.
In the next round, the game adds another color to the sequence, and the player must reproduce the sequence from the beginning.
With each successful round, an additional step is appended to the sequence.
The game continues until the player makes an error, at which point the game will reset.
Technologies Used:
HTML: Used to structure the content of the game.
CSS: Applied to stylize the game interface, providing an engaging and modern design.
JavaScript (with jQuery): Powers the game's interactivity, handling player input, game logic, and visual/audio feedback.
Features:
Responsive design that adjusts to various screen sizes.
Smooth animations and sound effects for an immersive experience.
Progressive difficulty, challenging players more as they advance.