Skip to content
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]: TriHand_Tactics #3400

Closed
1 task done
shailifadadu opened this issue May 17, 2024 · 3 comments · Fixed by #3425
Closed
1 task done

[New game]: TriHand_Tactics #3400

shailifadadu opened this issue May 17, 2024 · 3 comments · Fixed by #3425
Assignees
Labels
gssoc GSSoC24 program label level3 Adding new features New Game 🎮 This is the label that will be used on issues that are raising new game issue

Comments

@shailifadadu
Copy link
Contributor

🎮 Game Request

The game "TriHand_Tactics" follows the classic Rock Paper Scissors rules where players compete against the computer. Here is a step-by-step breakdown of the game logic:

  1. User Input: The user selects their move by clicking one of the three buttons: Rock, Paper, or Scissors.
  2. Computer's Move: The computer randomly selects its move.
  3. Determine Winner: The game compares the user's move with the computer's move to determine the winner based on the Rock, Paper, Scissor game rule. If both moves are the same, it results in a TIE.
  4. Update Score: The game keeps track of the user's wins, losses, and ties. The score is updated after each round based on the outcome.
  5. Display Result: The result of each round (win, loss, or tie) is displayed on the screen along with the updated scores.

Point down the features

TriHand_Tactics offers several features to enhance the user experience:

  1. Interactive Gameplay: Users can play the classic Rock Paper Scissors game against the computer by making their selections through a user-friendly interface.
  2. Random Computer Moves: The computer's move is randomly selected each round, ensuring an unpredictable and challenging opponent.
  3. Score Tracking: The game keeps track of the user's performance, displaying the number of wins, losses, and ties.
  4. Simple and Engaging Interface: The game's design is straightforward, making it easy for users of all ages to understand and play.
  5. Visual Feedback: Results are immediately displayed on the screen after each round, providing instant feedback to the user.

Select program in which you are contributing

GSSoC24

Code of Conduct

@kunjgit kunjgit added level3 Adding new features New Game 🎮 This is the label that will be used on issues that are raising new game issue labels May 17, 2024
@kunjgit
Copy link
Owner

kunjgit commented May 17, 2024

Hey @shailifadadu !
Thank you for raising an issue 💗
You can self assign the issue by commenting /assign in comment 😀
Make sure you follow CODE OF CONDUCT and CONTRIBUTING GUIDELINES 🚀
Don’t Forget to ⭐ our GameZone🎮
Make sure you join our Discord🕹️

@kunjgit kunjgit added the gssoc GSSoC24 program label label May 17, 2024
@shailifadadu
Copy link
Contributor Author

/assign

@kunjgit
Copy link
Owner

kunjgit commented May 19, 2024

Hey @shailifadadu ! Thank you so much for your raising the issue💗
It’s all yours, you can come anytime again and make some contributions! 🚀
Alone, we can do little, but together we can do so much! 😇

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc GSSoC24 program label level3 Adding new features New Game 🎮 This is the label that will be used on issues that are raising new game issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants