An implementation of Tic-Tac-Toe using the minimax algorithm to control the computer movements. If the computer moves first, it will be pretty much impossible for the human player to win. See relevant xkcd here.
This project was for my Introduction to Artificial Intelligence class at UMBC (CMSC 471). The project outline can be found here.
- If you already have python3 installed that's all you'll need!
- To play a game, run tictactoe.py and you will be prompted for your move
python3 tictactoe.py