A basic Rock Paper scissors game written in Python
install.sh | ||
README.md | ||
rps.py |
Rock Paper Scissors
This is a basic terminal-based rock paper scissors game written in Python. The installation is automated with the install script.
Requirements
Python3
Installation
- Download
install.sh
by typingwget https://raw.githubusercontent.com/Daktoo/rock-paper-scissors/refs/heads/master/install.sh
into your terminal - Cd to the directory where you downloaded the script.
- Run the script with
sh install.sh
. It will run the python script for you. - Enjoy! The python file will be located at
~/RPS/rps.py
.