Skip to content

It's a simple rock paper scissors game (Graphical). I created this game in the Python language and I used Tkinter module to give it a GUI look.

Notifications You must be signed in to change notification settings

para8ox-deb/Rock-Paper-Scissors--GUI-Python-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rock-Paper-Scissors--GUI-Python-

It's a simple rock paper scissors game (Graphical). I created this game in the Python language and I used Tkinter module to give it a GUI look.

Rock Paper Scissors - GUI Game

It's a very simple game, in this game we have to choose one option from Rock, Paper or scissor and then the computer will choose some option randomly and then the winner is declared according to some specific conditions.

I created this game in Python Language. I used the Tkinter module to give it a GUI look.

Pre-Requisites:

  1. You need to have python installed on your system.
  2. You have to install a pillow module.

You only need above two things to run this code in your system successfully.

Installation

I used Tkinter, random, and Pillow module in this project. Tkinter and Random modules are pre-installed modules, but you need to install Pillow to import or insert .jpg images of the game in the code.

Simply execute the below command in the terminal,

pip install pillow

Winning Conditions

Rock can defeat Scissor
Paper can defeat Rock
Scissor can defeat Paper

Screenshots/Images :

1

2

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update the tests as appropriate.

License

© Logical Coder

About

It's a simple rock paper scissors game (Graphical). I created this game in the Python language and I used Tkinter module to give it a GUI look.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages