Metadata-Version: 2.0
Name: tictactoe-py
Version: 1.0.0
Summary: Yet another Python Tic-Tac-Toe library
Home-page: https://github.com/daniboy/tictactoe-py
Author: Daniel Rozenberg
Author-email: me@danielrozenberg.com
License: GPL
Keywords: tictactoe tic-tac-toe
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Games/Entertainment :: Board Games
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4

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.

