A small, console-based game of TicTacToe I made in between my other Python projects. Can you beat the CPU?
- No external dependencies, only requires Python 3.14
- CPU player that simulates a real player by logically selecting ideal moves
- Helpful index markers to know where you're placing marks on the printed board
Make sure Python 3.14 is installed and the Python interpreter executable is available on your PATH (you can check this by running py --version). Then, either clone this repository or download the tictactoe.py script to a local directory. Then just change directories to where the script is and run the following command:
py tictactoe.py
Then just follow the prompts to play! Enjoy!