A simple text-based Tic-Tac-Toe game implemented in Python.
- The game is played on a 3x3 grid.
- Players take turns entering their moves.
- The goal is to get three of their marks ('X' or 'O') in a row, column, or diagonal.
- The game ends when a player wins or the board is full.
- Python 3.x
- Clone this repository or download the
TIC_TAC_TOE.pyfile. - Open a terminal and navigate to the directory containing the
TIC_TAC_TOE.pyfile. - Run the following command to start the game: