vedika-gupta / Rock_paper_scissors_py

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rock_paper_scissors_py

Rock paper scissor 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”, “paper”, and “scissors”. Python offers multiple options for developing a GUI (Graphical User Interface). We have created GUI using Tkinter library of python for our game.

Game Winner Condition:

Paper and Scissor =>Scissor win

Rock and Scissor =>Rock win

Paper and Rock =>Paper win

Screenshot_20221213_032252

About


Languages

Language:Python 100.0%