tictactai

Play tic tac toe with an AI


Keywords
tui, tictactoe, minimax
License
MIT
Install
pip install tictactai==1.0

Documentation

tictactAI

PyPI version

Play against a tic tac toe AI in the shell, implemented with the minimax algorithm.

Installation

pip install tictactai

How to play

Open a new terminal or cmd and run:

tictactai

Alternatively, to play against a friend:

tictactai --pvp

Start the game and make subsequent moves by clicking on an empty position on the board.

Expanding the terminal/cmd window may be needed for optimal performance.

To end the game, type x or q.