Skip to content

Commit 596fb9c

Browse files
Add Rock Paper Scissors game instructions to README
1 parent 0d573cc commit 596fb9c

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,19 @@ gh game cointoss heads # or tails
2020

2121
The game will continue as long as you keep guessing correctly, allowing you to build up a streak. You can quit at any time by selecting "Quit" when prompted for your next guess.
2222

23+
### Rock Paper Scissors
24+
25+
Play Rock Paper Scissors against the computer. Best of 3, 5, 7, or 9 rounds.
26+
27+
```sh
28+
gh game rockpaperscissors
29+
```
30+
31+
Choose your move (rock, paper, or scissors) in each round, and the computer will randomly select its move. The game follows standard Rock Paper Scissors rules:
32+
- Rock crushes Scissors
33+
- Scissors cuts Paper
34+
- Paper covers Rock
35+
2336
### Tic Tac Toe
2437

2538
Play the classic game of Tic Tac Toe against another player. Players take turns placing X's and O's on a 3x3 grid, trying to get three in a row horizontally, vertically, or diagonally.

0 commit comments

Comments
 (0)