CLI Tic Tac Toe game with player vs computer
This is a simple CLI Tic Tac Toe game where you can play against the computer.
-
Clone the Repository:
git clone https://github.com/your-username/TicTacToe.git
-
Navigate to the Directory:
cd TicTacToe
-
Run the Game:
python TicTacToe.py
-
Follow the Prompts:
- You will be prompted to make your moves by entering a number from 1 to 9.
- The game alternates between your moves and the computer's moves.
-
Enjoy the Game:
- Play until there's a winner or the game ends in a tie.
$ git clone https://github.com/your-username/TicTacToe.git
$ cd TicTacToe
$ python TicTacToe.py