Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.21 KB

File metadata and controls

38 lines (28 loc) · 1.21 KB

python License: AGPL

Tic-Tac-Toe

A command line Tic-Tac-Toe game with an AI player based on the minimax algorithm.

Installing

  1. Clone this repo.
git clone git@github.com:xdhmoore/tictactoe.git
cd tictactoe
  1. Install Python. This project has been tested with Python version 3.8.5, but will probably run with newer versions.

Running

python .\tictactoe.py

Running tests

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

Contributing

This was a one-off project and no contributions are being accepted at this time. Please feel free fork the repo though :)

License

This project is licensed under the GNU Affero General Public License. See License - AGPL for more info.