Skip to content

Commit c8084db

Browse files
Update README to include Tic Tac Toe game instructions
1 parent 483ee3a commit c8084db

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,16 @@ 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+
### Tic Tac Toe
24+
25+
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.
26+
27+
```sh
28+
gh game tictactoe
29+
```
30+
31+
The game provides an interactive interface where you can select positions on the board using numbers 1-9, corresponding to the grid positions from left to right, top to bottom.
32+
2333
### Whoami
2434

2535
Display information about the currently authenticated GitHub user.

0 commit comments

Comments
 (0)