Classic game of tic-tac-toe in the command-line made with Python.
-
Updated
Dec 9, 2024 - Python
Classic game of tic-tac-toe in the command-line made with Python.
TicTacToe implementation in Python. There are two implementations: A) Automated Tic Tac Toe File B) Normal multiplayer Tic Tac Toe File
A Tic Tac Toe game in Python (Tkinter) and Java (Swing) with single-player AI modes: Easy (Random), Medium (Defensive), and Hard (Minimax). Includes a two-player mode for playing with friends, offering engaging gameplay and logical AI strategies for challenging matches.
This was a tictactoe game I implemented in Python3 as part of an interview process for an Austin based company.
Add a description, image, and links to the python-tictactoe-game topic page so that developers can more easily learn about it.
To associate your repository with the python-tictactoe-game topic, visit your repo's landing page and select "manage topics."