Skip to content

Latest commit

 

History

History

Rock Paper Scissors

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Rock Paper Scissors

You all know, rock paper scissors, a.k.a - rps, is one of the most famous games!

SO, go try ur hands at it! And try to win!

Aim

Make the game of Rock Paper Scissors more fun by using buttons!

Purpose

I have created this game using the tkinter library, in which I have used the pillow library to get the images and make the game more interactive,

Dependencies

pip install pillow

ScreenShots

rps result

Workflow

This program takes the input from you in the form of buttons used from the tkinter library, then using the random module it process ur input and gives you the output or win/loss/draw in the below text box!

Running the file

You can run the file by writing the below command in your terminal/command line

python rock_paper_scissors.py

Be sure to reslove the dependencies before running the program

Author

Chinmay Singhal