This is a simple two-player Tic Tac Toe game built in Python and played in the terminal. It's designed for quick matches with clean game logic, input validation, and win/tie detection.
- Two-player mode (Player X vs Player O)
- Input validation (no crashes on invalid or empty input)
- Win detection (rows, columns, diagonals)
- Tie detection when the board is full
- Easy-to-understand board layout and turn-by-turn updates
- Clone or download this repository.
- Make sure you have Python installed (any version โฅ 3.6).
- Run the script from the terminal:
python tictactoe.py