Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 2.08 KB

README.md

File metadata and controls

41 lines (30 loc) · 2.08 KB

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

Tic Tac Toe
asd
O
 a
O
 a
X
 a
 a
X

Possible moves:

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 O's turn to play.