Skip to content

Rock-Paper-Scissors game in Python using Tkinter. First to reach 3 points wins. Play against the computer!

License

Notifications You must be signed in to change notification settings

Wilfred1097/Rock-paper-Scissor-game-using-python-and-tkinter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rock-Paper-Scissors Game using Python and Tkinter

This is a graphical Rock-Paper-Scissors game built with Python and Tkinter. The user can choose between Rock, Paper, or Scissors, and the computer will randomly select its choice. The game follows standard rules:

Rock beats Scissors Scissors beats Paper Paper beats Rock A point is awarded to the winner of each round, and the first player (either the user or the computer) to reach 3 points wins the game. The game interface displays the player's choice, the computer's choice, the current score, and the winner.

About

Rock-Paper-Scissors game in Python using Tkinter. First to reach 3 points wins. Play against the computer!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages