Welcome to the TicTacToe AI Game! This simple Python project allows users to play the classic TicTacToe game against an AI opponent.
-
tic_tac_toe.py: This file contains the implementation of the TicTacToe game logic.
-
runner.py: This file serves as the entry point for the game. To play, simply run this file.
-
requirements.txt: This file lists the required Python packages. You can install them using:
pip install -r requirements.txt
-
Ensure you have Python installed on your machine.
-
Install the required packages using the command mentioned above.
-
Run the game by executing the following command:
python runner.py
-
Follow the on-screen instructions to make your moves. The AI will respond accordingly.
-
Enjoy playing TicTacToe against the AI!
Feel free to explore the code and make any modifications or improvements as you see fit. Happy coding!