Merge 8618992605
into 08b771c863
commit
013985c6c4
@ -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)
|
Loading…
Reference in new issue