Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Coding4Hours authored Jul 9, 2024
1 parent 8a67746 commit dd30993
Showing 1 changed file with 21 additions and 5 deletions.
26 changes: 21 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,27 @@ Welcome to this automated Tic-Tac-Toe game! To make a move, create an issue with

## Current Board

| Tic | Tac | Toe |
|--|--|--|
| | | |
| | | |
| | | |
# GitHub Actions Tic-Tac-Toe

Welcome to this automated Tic-Tac-Toe game! To make a move, create an issue with the title "move {square number}".

## Current Board

| | | |
|---|---|---|
| 1 | 2 | 3 |
| 4 | 5 | 6 |
| 7 | 8 | 9 |

## How to Play

1. To make a move, create a new issue with the title "move {square number}" (e.g., "move 5" to place your mark in the center).
2. The game bot will process your move, update the board, and close the issue.
3. The next player can then make their move in the same way.

## Game Status

It's X's turn to play.
## How to Play

1. To make a move, create a new issue with the title "move {square number}" (e.g., "move 5" to place your mark in the center).
Expand Down

0 comments on commit dd30993

Please sign in to comment.