Description
In this assigment, you will implement a TicTacToe board analyzer. If you are not familiar with the game TicTacToe, please use your favorite search engine to learn about the game.
You are provided three files:
* [games.py](games.py) contains algorithms for playing games (Chapter 5) and a few game representations.
* [utils.py](utils.py) contains a few functionalities needed by the games.py file.
* [run.py](run.py) is a skeleton code for printing questions and answers.
Note: The games.py and utils.py were copied from https://github.com/aimacode/aima-python.
Your tasks are:
- Modify the provided files as needed to compute (and print) the answers to the questions provided in the run.py file.
- Submit your assignment using git add, commit, push commands as needed.