Skip to content

VASHU3010/RPS-Showdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RPS-Showdown

ABOUT ::

Rock Paper Scissors is a beginner-friendly Python command-line game where the user plays the classic game against the computer. The computer randomly selects a move, and the program determines the winner based on the game rules.

DESCRIPTION ::

This project is a simple interactive terminal game built using Python. It demonstrates:

  • User input handling
  • Conditional statements (if-elif-else)
  • Random move generation
  • Basic game logic implementation

FEATURES ::

  • Play against the computer
  • Random computer moves
  • Win/Lose/Tie detection
  • Simple and interactive command-line gameplay

HOW TO RUN ::

Prerequisites ::

  • Install Python

Steps ::

  1. Clone the repository
  2. Move into the project folder
  3. Run the game: python rock_paper_scissors.py
  4. Enter your move: Rock Paper Scissor

OUTPUTS AND SCREENSHOTS ::

RPS-GAME

TECH USED ::

  • Python
  • Python random module
  • Command Line Interface (CLI)

GAME LOGIC ::

Rules ::

  • Rock beats Scissor
  • Scissor beats Paper
  • Paper beats Rock Same choices :: Tie.

LICENSE ::

This project is licensed under the MIT License — free to use, modify, and distribute.

Future Improvements

You can add:

  • Score tracking
  • Multiple rounds
  • GUI
  • Multiplayer mode
  • Best of 3 / Best of 5 mode

If you want, I can also help make this look like a professional GitHub README with badges and emojis.

About

A beginner-friendly Python CLI game where the user plays Rock Paper Scissors against the computer, which randomly chooses moves and the program decides the winner based on classic rules.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages