Metadata-Version: 2.1
Name: TicTacToe4fun
Version: 0.0.5
Summary: A Fun Experiment of Tic-Tac-Toe!
Home-page: https://github.com/tank-overlord/TicTacToe4fun
Author: Tank Overlord
Author-email: TankOverLord88@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/x-rst

.. -*- mode: rst -*-

|BuildTest|_ |PyPi|_ |License|_ |Downloads|_ |PythonVersion|_

.. |BuildTest| image:: https://travis-ci.com/tank-overlord/TicTacToe4fun.svg?branch=main
.. _BuildTest: https://travis-ci.com/tank-overlord/TicTacToe4fun

.. |PythonVersion| image:: https://img.shields.io/badge/python-3.8%20%7C%203.9-blue
.. _PythonVersion: https://img.shields.io/badge/python-3.8%20%7C%203.9-blue

.. |PyPi| image:: https://img.shields.io/pypi/v/TicTacToe4fun
.. _PyPi: https://pypi.python.org/pypi/TicTacToe4fun

.. |Downloads| image:: https://pepy.tech/badge/TicTacToe4fun
.. _Downloads: https://pepy.tech/project/TicTacToe4fun

.. |License| image:: https://img.shields.io/pypi/l/TicTacToe4fun
.. _License: https://pypi.python.org/pypi/TicTacToe4fun


================================
A Fun Experiment of Tic Tac Toe!
================================

Install
-------

.. code-block::

   pip install TicTacToe4fun


Execute
-------

>>> from TicTacToe4fun import game
>>> g = game()
>>> g.trials(n_trials = 10000)
X won #: 0, O won #: 0, Draw #: 10,000, Elapsed time: 0.719 sec
>>> g.trials(n_trials = 1, verbosity = 1)


Sample Screenshot
-----------------
|image1|


.. |image1| image:: https://github.com/tank-overlord/TicTacToe4fun/raw/main/TicTacToe4fun/examples/game1.png



Have fun!!!
-----------



