-
Notifications
You must be signed in to change notification settings - Fork 839
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[New game]: Simon Says game #2608
Comments
Hey @MohanaSrinivas ! |
/assign |
Hey @MohanaSrinivas 👋! @kunjgit here, |
Hey @MohanaSrinivas 👋! @kunjgit here, |
I want to add a new game @kunjgit |
Hello @MohanaSrinivas, Time's Uppp!⏰ |
Hey @MohanaSrinivas ! Thank you so much for your raising the issue💗 |
🎮 Game Request
In this game, the computer will show a sequence of colors one by one, and the player needs to repeat the sequence correctly by clicking on the colors. If the player makes a mistake, the game ends, and the player's final level (number of correct sequences) will be displayed.
Point down the features
Correct Sequence: When the player correctly repeats the entire sequence shown by the computer, they earn points. You can assign a fixed number of points for each correct sequence completed. For example, you can give 10 points for each correct sequence.
Speed Bonus: To encourage faster responses, you can provide a speed bonus. If the player repeats the sequence within a certain time limit (e.g., 5 seconds), they can earn additional points. The faster they respond, the higher the speed bonus.
Level Bonus: As the game progresses, it becomes more challenging with longer sequences. You can reward the player with bonus points for reaching higher levels. For example, for every level completed, the player can get 5 bonus points.
Perfect Round Bonus: If the player completes a level without making any mistakes, they can earn extra points as a perfect round bonus.
Penalty for Mistakes: On the other hand, you can deduct points for every mistake the player makes. For example, deducting 5 points for each incorrect color clicked.
Total Score: Add up all the points earned throughout the game to calculate the player's total score. Display the score at the end of the game.
Select program in which you are contributing
GSSoC23
Hactober
Code of Conduct
The text was updated successfully, but these errors were encountered: