diff --git a/Projects/2-Intermediate/Simon-Game.md b/Projects/2-Intermediate/Simon-Game.md new file mode 100644 index 00000000..4e09798b --- /dev/null +++ b/Projects/2-Intermediate/Simon-Game.md @@ -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]() +- [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) \ No newline at end of file diff --git a/README.md b/README.md index 2d209743..a805c21e 100644 --- a/README.md +++ b/README.md @@ -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