Skip to content

tictactoe-v1.0

Latest
Compare
Choose a tag to compare
@s41r4j s41r4j released this 14 Mar 21:03
· 6 commits to main since this release
923bfdc

Tic-Tac-Toe v1.0: A simple and fun game

written in python3 with customtkinter 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 on tictactoe_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 run python 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 on tictactoe_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, run python tictactoe_v1.py and follow the instructions.


Note: If you are interested in contributing or developing upon the code of this project, please fork the repository and submit a pull request with your changes. Also don't forget to check the dev_note.md file for some important information and guidelines. Thank you for your interest and support!

I hope you enjoy this simple and fun game! If you have any feedback or suggestions, please leave a comment below or open an issue on GitHub.