Project 2
This project is an interactive Tic-Tac-Toe game on a 3x3 grid with: A human player vs AI opponent A build in tutor that can suggest the most optimal move Follows standard rules of Tic-Tac Toe
project.py
Starts the game, how to play the game with a build in "tutor". Wures together the game logic.
- project.py
Has all the required contents of the game, games.py and utils.py is not needed to run the code.
- pip
Needed to install numpy.
- numpy
Needed for random number generation.
To install numpy, use
pip install numpy
This game can be run solely through VSCode.
Once the code is saved, press the Run button and a new window should pop up with the game.