Paper–scissors-rock (also known as scissors-rock-paper or other variants) is a hand game usually played between two people, in which each player simultaneously forms one of three shapes with an outstretched hand. These shapes are "rock" (a closed fist),"paper" (a flat hand), and "scissors" (a fist with the index finger and middle finger extended, forming a V). Scissors is identical to the two-fingered V sign (also indicating "victory" or "peace") except that it is pointed horizontally instead of being held upright in the air.
- Steps to plays game : For Window Users : Right Click On RockPaperScissors.py And Click Edit With Idle.
For Linux Users :
Run 'bash install.sh' file to install application in application launcher.
or To try it directly
Open the RockPaperScissorsLinux file by pressing enter on it and game will be up for you.
-
Press F5 And Sit
-
Now Main Window Of The Game Will Open. Enter Your Name In Given Box And Press Submit. This Window Will Show Your Given Name Entered.
- Now After Hitting Submit You Will Get This Window.
- Now, Choose any one among Rock, Paper And Scissor.
-
I’ve Pressed Rock, so The Result Is Shown Below in the same screen with Scores.
-
Now To See Your Scorecard, Click On Scoreboard Button Below Submit Button on Home Screen.
HOPE YOU WILL ENJOY PLAYING IT….IF ANY ISSUES refer documentation.
Install Python 2.7
apt-get install python-tk
git clone https://github.com/97shivank/RockPaperScissor
cd RockPaperScissor
python main.py
Any and all contributions, issues, features and tips are welcome.