Skip to content

AchalG07/Rock_Paper_Scissor-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Rock_Paper_Scissor-

🪨📄✂ Rock Paper Scissors Game :-

A fun Rock-Paper-Scissors game built in Python where you can challenge the computer and test your luck!

📚 Description

This Python program allows you to play the classic Rock-Paper-Scissors game against a computer. The program utilizes ASCII art to display your choices and provides results after each round. You can play multiple rounds, track your score, and determine the overall winner!

🚀 Features

Play against the computer. ASCII art representations for Rock, Paper, and Scissors. Support for multiple rounds with score tracking. Replay option after every game. User-friendly interface in the terminal

🎮 How to Play

  1. Run the program in your terminal.

  2. Choose your move:

    0 for Rock

    1 for Paper

    2 for Scissors

  3. The computer will randomly choose its move.

  4. The result (Win/Lose/Tie) will be displayed.

  5. After the set number of rounds, the final score will be shown.

📝 Game Rules :-

Rock beats Scissors Scissors beats Paper Paper beats Rock If both players choose the same option, it’s a Tie

🧠 Example Gameplay :- Welcome to Rock, Paper, Scissors!

How many rounds would you like to play? 3

--- New Round --- What do you choose? Type 0 for Rock, 1 for Paper, or 2 for Scissors: 0

Your choice: _______ ---' _) () () () ---.()

Computer's choice: _______ ---' ) ______) _______) _______) ---.)

You lose!

--- New Round --- What do you choose? Type 0 for Rock, 1 for Paper, or 2 for Scissors: 1

Your choice: _______ ---' ) ______) _______) _______) ---.)

Computer's choice: _______ ---' _) () () () ---.()

You win!

Final Score: You: 1 | Computer: 1 It's a tie overall!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages