Coders Packet

Rock Paper Scissors Game using Python

By SRI LAKSHMI SAHITHI

Rock Paper Scissors is a fun game allowing the player to play with the computer and predicts the winner based on some winning rules at the end of the game.

Generally a rock paper scissors is a classical hand game but here we do implement this game using Python programming language.

In this project, player chooses his/her choice in the given choices which is compared with computer choices, and predicts the winner.

We have implemented this project using random modules, and conditional statements.

This game continues until the player decides to quit and finally produces the results which score points for the player as well as the computer.

rock_paper_scissors output

Download Complete Code

Comments

No comments yet

Download Packet

Reviews Report

Submitted by SRI LAKSHMI SAHITHI (uslsahithi)

Download packets of source code on Coders Packet