Skip to content

fix: resolve unwanted object output and improve Rock Paper Scissors game structure#559

Merged
steam-bell-92 merged 1 commit into
steam-bell-92:mainfrom
yuvraj-k-singh:bug/rock-paper-game
May 21, 2026
Merged

fix: resolve unwanted object output and improve Rock Paper Scissors game structure#559
steam-bell-92 merged 1 commit into
steam-bell-92:mainfrom
yuvraj-k-singh:bug/rock-paper-game

Conversation

@yuvraj-k-singh
Copy link
Copy Markdown
Contributor

📝 Description

This PR fixes the unwanted object reference output in the Rock Paper Scissors game by removing the unnecessary print(game) statement and improving the overall code structure.

Changes Made:

  • Removed unwanted object memory reference output.
  • Renamed class from Rock_Paper_Scissor to RockPaperScissors.
  • Moved random import to the global scope.
  • Improved round counting logic by incrementing rounds only after successful gameplay.
  • Enhanced code readability and formatting.

🔗 Linked Issue

Closes #499


📋 Contribution Checklist

  • My code strictly adheres to the project guidelines (Standard library only, procedural code, clean spacing).
  • I have verified that my files are placed in the correct directory.
  • I have tested my changes thoroughly on my local machine.
  • I have included interactive emojis and clean console/UI outputs.
  • GSSoC 2026: I have been formally assigned to this issue and noted it above.

@vercel
Copy link
Copy Markdown

vercel Bot commented May 21, 2026

@yuvraj-k-singh is attempting to deploy a commit to the Anuj's projects Team on Vercel.

A member of the Team first needs to authorize it.

@steam-bell-92 steam-bell-92 merged commit 41c14c0 into steam-bell-92:main May 21, 2026
6 of 7 checks passed
@github-actions
Copy link
Copy Markdown
Contributor

🎉 Thank you for your contribution!

Your Pull Request has been merged successfully.

We appreciate the time and effort you put into improving this project. Contributions like yours help the repository grow and stay useful for everyone.

If you'd like to contribute again, please check the open issues and make sure you are assigned before opening another Pull Request.

Thanks again for your support! 🙌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

🐛 [Bug]: Fix unwanted object reference output and improve code structure in Rock Paper Scissors game

2 participants