Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 342 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 342 Bytes

tic-tac-toe

A text-based game of Tic Tac Toe, played against the computer.

Players take turns placing their marks on a 3x3 grid. The game ends when there are no empty fields left. A player wins by placing three of their marks in a row. Otherwise, the game ends in a draw.

The human player always goes first.

Requirements

Python 3.10+