pull/752/merge
mrankitjangid 2 years ago committed by GitHub
commit 013985c6c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,37 @@
# Simon Game
**Tier:** 2-Intermediate
Create a Simon game in which user have to remember a sequence and at every level the game suggest a next colour, he/she have to play the same sequence until he/she make it wrong, And also store the high score.
## User Stories
- [ ] User can see four coloured boxes //**design it as you wish
- [ ] User can click on any coloured box
- [ ] At every completion of sequence add a new colour to the sequence and blink it so that the user can notice and remember it
- [ ] At every level the user have to recomplete the sequence from starting point
- [ ] As user complete a sequence increment the level
- [ ] If user fails to complete the exact sequence tell him/her that its a wrong sequence and update high score if needed and restart the game
- etc...
## Bonus features
- [ ] You can add sound effects to all the functionality
- [ ] User can see the game statistics and analyze his/her progress
- [ ] You can also add some more functionalities to make the game more addictive
- etc...
## Useful links and resources
- [Wikipedia](<https://en.wikipedia.org/wiki/Simon_(game)>)
- [Free Simon game](https://freesimon.org/)
- [Simon Game - Play Online for free](https://www.memozor.com/simon-games/simon-game)
- [Play Simon Says Game](https://www.mathsisfun.com/games/simon-says.html)
- [Simon Memorize - A free memory game for kids - Kidmons](https://kidmons.com/game/simon-memorize/)
## Example projects
- [Simon - game](https://github.com/alguerocode/simon-game)
- [Simon - game](https://github.com/HusainRF/GamersArk/tree/main/Simon_Game)
- [Simon - game](https://github.com/pangilinanervin22/simon)
- [Simon - game](https://github.com/dhawal-793/Simon-Game)

@ -116,6 +116,7 @@ required to complete them.
| [To-Do App](./Projects/2-Intermediate/To-Do-App.md) | Manage personal to-do tasks | 2-Intermediate |
| [Typing Practice](./Projects/2-Intermediate/Typing-Practice-App.md) | Typing Practice | 2-Intermediate |
| [Voting App](./Projects/2-Intermediate/Voting-App.md) | Voting App | 2-Intermediate |
| [Simon Game](./Projects/2-Intermediate/Simon-Game.md) | Simon Game | 2-Intermediate |
### Tier-3: Advanced Projects

Loading…
Cancel
Save