Skip to content

This project is a Rock Paper Scissors game built with Python 3, allowing a player to compete against the computer. The player selects rock, paper, or scissors, and the computer makes a random choice. The program then determines the winner based on the traditional game rules and displays the result. It’s a fun way to practice Python skills like user

Notifications You must be signed in to change notification settings

shubham-rasal-123/Rock-Paper-Scissors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Rock Paper Scissors

Screenshot

alt text

This project is a Rock Paper Scissors game built with Python 3, allowing a player to compete against the computer. The player selects rock, paper, or scissors, and the computer makes a random choice. The program then determines the winner based on the traditional game rules and displays the result. It’s a fun way to practice Python skills like user input, conditional statements, and randomization, with opportunities to expand by adding a scoring system or multiple rounds.

To be Played with a Computer.

  • You can enter the number of games you want to play.
  • There is also a score window which is displayed after every turn.

🌟 How to run

  • python3 rock_paper_scissors.py

About

This project is a Rock Paper Scissors game built with Python 3, allowing a player to compete against the computer. The player selects rock, paper, or scissors, and the computer makes a random choice. The program then determines the winner based on the traditional game rules and displays the result. It’s a fun way to practice Python skills like user

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages