Tic-Tac-Toe v1.0: A simple and fun game
written in
python3
withcustomtkinter
for gui
This is the first release of Tic-Tac-Toe, a classic two-player game . You can play against the computer / AI (offline) or against another human (offline & online).
The release includes four files:
-
tictactoe_terminal_version.exe
: This is the first and final release of the standalone executable file for playing Tic-Tac-Toe on Windows without installing Python on Command Prompt (cmd). To play, double-click ontictactoe_terminal_version.exe
and follow the instructions. -
tictactoe_terminal_version.py
: This is the first and final release of the code for playing Tic-Tac-Toe on any terminal / cmd that can run Python. To play, simply runpython tictactoe_terminal_version.py
and follow the instructions. -
tictactoe_v1.exe
: This is a standalone executable file for playing Tic-Tac-Toe on Windows without installing Python. To play, double-click ontictactoe_v1.exe
and follow the instructions. -
tictactoe_v1.py
: This is the code for playing Tic-Tac-Toe on any device that can run Python. To play, runpython tictactoe_v1.py
and follow the instructions.