This is a simple implementation of the classic Tic-Tac-Toe game in Python. Two players can play the game, taking turns to mark their symbol ('X' or 'O') on the game board. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row wins the game.
- Run the
tic_tac_toe.pyfile to start the game. - Players will be prompted to enter their moves on the game board.
- Players take turns entering their moves until the game is won or ends in a draw.
- The game will display the winner or indicate a draw at the end of the game.
- Python 3.x
Clone the repository and run the tic_tac_toe.py in your terminal to start the game: