A command line Tic-Tac-Toe game with an AI player based on the minimax algorithm.
- Clone this repo.
git clone git@github.com:xdhmoore/tictactoe.git
cd tictactoe
- Install Python. This project has been tested with Python version 3.8.5, but will probably run with newer versions.
python .\tictactoe.py
This was was a class project before I learned more about Python testing frameworks, so the tests are hidden behind a -t flag:
python -t .\tictactoe.py
This was a one-off project and no contributions are being accepted at this time. Please feel free fork the repo though :)
This project is licensed under the GNU Affero General Public License. See License - AGPL for more info.