A tic-tac-toe game made in python that you play inside of a console window.
First python program complete! 🥳
- Customizable board size
- ASCII art
- Replayable directly from your console
-
Make sure you have a python interpreter installed on your device.
-
Download tic-tac-toe.py
-
Navigate to tic-tac-toe.py in your console and then run this script.
For python.org interpreters on Windows, Mac, & Linux, you can start the script inside of your console with:
python tic-tac-toe.py