Skip to content

A classic hand game of strategy and chance, where rock crushes scissors, scissors cuts paper, and paper covers rock.

Notifications You must be signed in to change notification settings

sumasm0416/Rock-Paper-Scissors-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Rock-Paper-Scissors

This repository contains a simple implementation of the popular game "Rock Paper Scissors" using Python.

Description

The "Rock Paper Scissors" game is a hand game played between two participants. Each participant simultaneously forms one of three shapes with an outstretched hand: rock (closed fist), paper (open hand), or scissors (index and middle fingers extended). The outcome of the game is determined by the rules:

  • Rock crushes scissors.
  • Scissors cut paper.
  • Paper covers rock.

This program allows users to play against the computer in multiple rounds of the game. The computer's choice is determined randomly. At the end of each round, the program displays the outcome and keeps track of the score. The game continues until the user decides to quit.

Requirements

To run the game, you need to have Python installed on your computer.

Contributing

Contributions to this project are welcome! If you have any suggestions or improvements, feel free to create an issue or submit a pull request.

Thanks!

About

A classic hand game of strategy and chance, where rock crushes scissors, scissors cuts paper, and paper covers rock.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages