Skip to content

xdhmoore/tictactoe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Perfect tic tac toe player

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages