Metadata-Version: 2.1
Name: xando
Version: 0.0.2
Summary: TicTacToe game engine
Home-page: https://github.com/abstractpaper/tictactoe
Author: Aziz Alfoudari
Author-email: aziz.alfoudari@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

TicTacToe game implementation. Nothing serious here.

To install:

```console
pip install xando
```

10000 random games:

```console
$ python play_random.py 
X Won:  4343
O Won:  4382
Draw:  1275
```


