mrvn-hub / rps-cli

Rock, Papers, and Scissors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RPS - Rocks, Papers, & Scissors

RPS or Rocks, Papers, & Scissors, is a command-line interface Python game.

Installation Requirements

Make sure the following packages are installed on your device:

How To Install RPS?

Please follow the steps as described below:

  1. Install the latest version of Python

  2. Install git

  3. Clone the RPS program from the github repository

git clone https://github.com/koolasys/rps-cli.git
  1. Go into the rps-cli directory
cd rps-cli
  1. Run the command "python3 app.py"
python3 app.py

How To Play?

Please carefully read the instructions before attempting to play

Game Rules

Rocks beats Scissors

Scissors beats Paper

Paper beats Rock

If you win, you gain a life.

If you lose, you lose a life.

If you draw, your lives remain the same

Game Commands

# Displays the game rules
rules

# Displays current game statistics
score

# Displays the lives you have left
lives

# Saves and exits the game
exit

*Happy playing!!!

About

Rock, Papers, and Scissors


Languages

Language:Python 100.0%