/TicTacToe2.0

A 3 person tic tac toe, configurable size, oh and 1 of the players is an ai

Primary LanguagePython

Requirements

This program uses python 2.7,

Run

To run: python main.py

Test

To test: ./test_runner.sh

Brief explanation

This code base was kept as simple as possible and as readable as possible. The Ai for this 3 person TicTacToe game simply plays randomly.