Metadata-Version: 2.1
Name: ConnectFour
Version: 0.0.3
Summary: A Fun Experiment of ConnectFour!
Home-page: https://github.com/tank-overlord/ConnectFour
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/ConnectFour.svg?branch=main
.. _BuildTest: https://app.travis-ci.com/github/tank-overlord/ConnectFour

.. |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/ConnectFour
.. _PyPi: https://pypi.python.org/pypi/ConnectFour

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

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


================================
A Fun Experiment of ConnectFour!
================================

Install
-------

.. code-block::

   pip install ConnectFour


Run
---

>>> from ConnectFour import game
>>> g = game()
>>> g.trials(max_depth=5)


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


.. |image1| image:: https://github.com/tank-overlord/ConnectFour/raw/main/ConnectFour/examples/example-win.gif



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



