Skip to content

KALI-THE-HACKER/stone-paper-scissor-GUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Stone Paper Scissor Game [GUI version, Python3]

This a graphical version of the stone-paper-scissors game. The program / script is written in Python3 programming language aided with the support of tkinter library (for serving the GUI widgets and other items). The game has the same old school rules of the stone-paper-scissor game. The game is also known as Rock-Paper-Scissor game sometimes. The script file has the dependencies of the tkinter library. The tkinter library is generally available by default on windows computer systems, but in linux computer system we have to install these dependencies. Below section of the dependencies also explains the way to install it.

Dependencies :

  • tkinter - To install tkinter in linux, use the following command in the terminal apt install python3-tk. (Use the specified command if you are using any debian based linux distro, otherwise install the specified python3-tk package using your respective package manager). Or, else to remove all the confusion, just run the setup.sh script bash setup.sh. Also python3 package is ofcourse needed to be installed on your computer system.

Usage

  • To launch the script, run the simple command on the terminal python3 main.py.

About the author

The project is created by Lucky Verma, on May 13, 2021. The project is created for learning purposes. It is open to contribute into this project, and make it even more better in terms of newer features or better form of user experience.

Contributors :

About

Stone - Paper - Scissor game in GUI version.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages