Skip to content

Rock-Paper-Scissors (Roshambo) Game is a simple and interactive Python program that lets you play against the computer. Test your luck and strategy in this classic game with instant results.

Notifications You must be signed in to change notification settings

Burhanali2211/Roshambo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Rock, Paper, Scissors Game 🎮

Description

This is a simple Python implementation of the classic "Rock, Paper, Scissors" game. The game allows the player to choose between rock, paper, and scissors, and the computer randomly picks one of the three options. The game then determines the winner and displays the result.

Features

  • Menu system: User can select from three choices with emojis.
  • Random computer choice: The computer randomly selects rock, paper, or scissors.
  • Game results saving: Results are saved to a text file, including choices and outcomes.
  • Exit option: The game ends when the user chooses to exit.

Usage Instructions

  1. Clone the repository or download the files.
  2. Run the Roshambo.py script in Python.
  3. Follow the on-screen instructions to play the game. Choose between:
    • 1: Rock 🪨
    • 2: Paper 📄
    • 3: Scissor ✂️
  4. To exit the game, enter 0.

About

Rock-Paper-Scissors (Roshambo) Game is a simple and interactive Python program that lets you play against the computer. Test your luck and strategy in this classic game with instant results.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages