This is a simple Tic-Tac-Toe game built using Python. It's a two-player command-line game where players take turns placing their marks (X
and O
) on a 3x3 board. The game checks for win conditions after every move and declares a winner or a draw accordingly.
- Interactive terminal-based gameplay
- Player vs Player (2-player) mode
- Real-time board updates after each move
- Input validation to prevent invalid moves
- Detects win or draw outcomes
- Python (Core logic and game flow)
- Basic control structures and functions
python tic_tac_toe.py