The Rock Paper Scissors project consists of a project file with python script (rockPaperScissors.py). This program implements the game for only one player against the computer. All the playing rules are the same just like we play in a real-time game.
About Rock Paper Scissors In Python
This game is simply in the command line. First, the player has to pick between ‘r’ or ‘p’ or ‘s’ to choose the weapon(rock/paper/scissors) to play. You have to play a rock paper scissor game with a computer. This game can continue as long the player quits.
Winning Rules of this game is as follows:
- Rock vs paper-> Paper wins
- Rock vs scissor-> Rock wins
- Paper vs scissor-> Scissor wins
All the instructions will be displayed in the game. The gameplay design is so simple that user won’t find it difficult to use and understand.
How To Run Rock Paper Scissors In Python ?
To run this project, you must have installed Python on your PC. After downloading the project, follow the steps below:
Step1: Extract/Unzip the file
Step2: Go inside the project folder, open cmd then type rockPaperScissors.py and enter to start the system.
OR
Step2: Simply, double click the rockPaperScissors.py file and you are ready to go.