Skip to content

Commit 09ad78a

Browse files
Create README.md
1 parent 0aca962 commit 09ad78a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Rock-paper-scissors/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Rock-Paper-Scissors Game
2+
3+
> A Python implementation of the classic Rock-Paper-Scissors game.
4+
5+
## Description
6+
7+
Rock-Paper-Scissors is a simple hand game usually played between two people. Each player simultaneously forms one of three shapes with their hand. The possible shapes are "rock" (a fist), "paper" (an open hand), and "scissors" (a fist with the index and middle fingers extended, forming a V). The winner is determined by the rules: rock beats scissors, scissors beats paper, and paper beats rock.
8+
9+
## How to Play
10+
11+
1. Run the main script to start the game:
12+
13+
2. The game will prompt you to enter your choice: rock, paper, or scissors.
14+
15+
3. The computer will randomly choose its option.
16+
17+
4. The winner will be displayed on the screen.

0 commit comments

Comments
 (0)