Skip to content

A simple implementation of the classic Rock, Paper, Scissors game in Python. Play against the computer, make your choice, and see who wins!

Notifications You must be signed in to change notification settings

Rabinxt/Rock_Paper_Sissor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Rock, Paper, Scissors Game Description This is a simple Rock, Paper, Scissors game implemented in Python. The game allows the user to play against the computer, where the computer's choice is randomly generated. The winner is determined based on the classic rules of Rock, Paper, Scissors.

How to Play Clone the repository to your local machine. Run the Python script (rock_paper_scissors.py). Follow the on-screen instructions to input your choice (rock, paper, or scissors). See the computer's choice and find out the result of the game. Usage bash Copy code python rock_paper_scissors.py Rules Rock crushes scissors. Scissors cuts paper. Paper covers rock. Contribution Feel free to contribute to the project by submitting pull requests or reporting issues.

License This project is licensed under the MIT License.

About

A simple implementation of the classic Rock, Paper, Scissors game in Python. Play against the computer, make your choice, and see who wins!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages