tictactoe-py

Yet another Python Tic-Tac-Toe library


Keywords
tictactoe, tic-tac-toe
License
GPL-2.0+
Install
pip install tictactoe-py==1.0.0

Documentation

Tic-Tac-Toe for Python

A simple minimax implementation of Tic-Tac-Toe for Python, loosely based on Jason Fox's Ruby implementation <https://github.com/jasonrobertfox/tictactoe>.

The package can be run as a console game or integrated into another application.