Skip to content

This Python code implements the classic Rock, Paper, Scissors game. You choose between rock, paper, or scissors, and the computer randomly selects its choice. The code determines the winner based on the standard game rules and displays the results.

Notifications You must be signed in to change notification settings

chandan0069/Rock-Paper-Scisssors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Rock-Paper-Scisssors

This Python code implements a classic Rock, Paper, Scissors game where you play against the computer.

Gameplay:

The game begins with a welcome message. You'll see visual representations of Rock, Paper, and Scissors for reference.

Choose your weapon: Enter 0 for Rock, 1 for Paper, or 2 for Scissors. The computer will randomly select its choice (Rock, Paper, or Scissors). The game will determine the winner or declare a draw based on the standard Rock-Paper-Scissors rules. Outcomes:

Winning: If your choice defeats the computer's choice according to the rules, you win! Losing: If your choice is defeated by the computer's choice, you lose. Draw: If both players choose the same weapon, it's a draw.

About

This Python code implements the classic Rock, Paper, Scissors game. You choose between rock, paper, or scissors, and the computer randomly selects its choice. The code determines the winner based on the standard game rules and displays the results.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages