A simple local 2-player Tic Tac Toe game made in Python for learning purposes.
The program is finally at it's 2.0 version. The last release as there is no more global variables being used, and the code seems to be clean enough for me. You can find the changelog on the releases page.
I hope enjoy this little game I made!
Simply extract the files to the folder of your liking.
- Open the terminal
- Change directory to the location of the main file 'tic_tac_toe.py' with 'cd /path/to/the/file' (Linux) or 'cd \path\to\the\file' (Windows)
- Execute the file with the command 'python tic_tac_toe.py' or 'python3 tic_tac_toe.py' without the quotes.