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.
- 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 scriptbash setup.sh
. Also python3 package is ofcourse needed to be installed on your computer system.
- To launch the script, run the simple command on the terminal
python3 main.py
.
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.
- Lucky Verma (github:https://github.com/luckyverma-sudo/, email:luckyv0545746@gmail.com)
- Rishav Das (github:https://github.com/rdofficial/, email:rdofficial192@gmail.com)