Coders Packet

Rock- Paper- Scissor game in python

By Balaboina sudheer kumar

This project is about the Rock- Paper- Scissor game in python. This game is played between the computer and the user.

The provided code presents a simple yet engaging implementation of the Rock-Paper-Scissors game using Python. Players are invited to participate by entering their choice via a numerical input: 1 for Rock, 2 for Paper, and 3 for Scissors. Following the player's selection, the computer generates its own random choice. Both choices are then displayed for transparency. The game subsequently determines the victor by comparing the choices through a series of conditional statements. In the event of a tie, a message acknowledging the draw is shown. If the player's choice triumphs over the computer's choice, the player is declared the winner, whereas a computer victory is indicated if none of the winning conditions are met. Ultimately, the outcome of the game is presented to the players. With this Python program, users can enjoy a quick and entertaining round of Rock-Paper-Scissors against the computer, experiencing the thrill of chance and strategy as they strive for victory.

 

Rock- paper- Scissor game in python

Download Complete Code

Comments

No comments yet

Download Packet

Reviews Report

Submitted by Balaboina sudheer kumar (Sudheer)

Download packets of source code on Coders Packet