Skip to content

Play a game of Rock, Paper, Scissors! This Python-based implementation demonstrates conditional statements, random number generation, and user input handling. Easy to play and fun for beginners and anyone looking to have a good time.

Notifications You must be signed in to change notification settings

kamarli-mert/Rock_Paper_Scissors_Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rock, Paper, Scissors Game

This project is a Python implementation of the classic "Rock, Paper, Scissors" game. The game takes a selection from the user and compare it to a randomly selected choice made by the computer. The game continues until either the user or the computer wins 3 rounds.

Features

*Takes a selection from the user and compares it to a randomly selected choice made by the computer
*The game continues until either the user or the computer wins 3 rounds
*The user and computer scores are displayed at the end of each round
*The game displays the winning side at the end

Usage

*Download the project and run it in a Python environment
*Press the "Y" key to start the game
*Enter your choice as "R" (Rock), "P" (Paper), or "S" (Scissors)
*The game compares your choice to a randomly selected choice made by the computer and displays the result

About

Play a game of Rock, Paper, Scissors! This Python-based implementation demonstrates conditional statements, random number generation, and user input handling. Easy to play and fun for beginners and anyone looking to have a good time.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages