This TicTacToe game is implemented in Python and employs the minimax algorithm to power its AI.
-
Single Player Mode: Play against a computer with AI powered by the minimax algorithm.
-
Simple Tkinter Interface: Easy-to-use command line interface for a seamless gaming experience.
- Clone the repository to your local machine. 🔧
- Run the script using Python. 🔨
- Choose X or 0 ( X is first always). 🤔
- Have fun! 😄