A basic Rock Paper scissors game written in Python
Find a file
2025-07-16 16:01:56 +01:00
install.sh Update install.sh 2025-07-16 15:43:40 +01:00
README.md Update README.md 2025-07-16 15:48:44 +01:00
rps.py Update rps.py 2025-07-16 16:01:56 +01:00

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

  1. Download install.sh by typing wget https://raw.githubusercontent.com/Daktoo/rock-paper-scissors/refs/heads/master/install.sh into your terminal
  2. Cd to the directory where you downloaded the script.
  3. Run the script with sh install.sh. It will run the python script for you.
  4. Enjoy! The python file will be located at ~/RPS/rps.py.