.. _zttt_main:
ZTicTacToe
============
Tic Tac Toe is a famous game in which two players take turns placing
a mark on a 3x3 grid. The first player to get three in a row wins.
The module is a standalone implementation of the game TicTacToe
providing functionality to keep track of the game's state and to
make moves.
.. _zttt_features:
Features
---------
- Standalone implementation of the game Tic Tac Toe.
- Provides a way to customise **move triggers** and access state variables.
- Comes with an engine with near perfect moves.
- Written in Python from scratch and does not require any external libraries.
- Can be integrated into a larger project, with very little effort.
- Throws custom-built errors making it easy to debug and handle errors.
.. _zttt_links:
Links
------
- `PyPI <https://pypi.python.org/pypi/zttt>`_
- `GitHub <https://github.com/Sigma1084/ZTicTacToe/tree/v1>`_
- `Documentation <https://ztictactoe.readthedocs.io/en/v1/>`_
- `Examples <https://github.com/Sigma1084/ZTicTacToe/tree/v1/examples>`_
.. _zttt_install:
Installation
-------------
.. code-block:: bash
pip install zttt
Raw data
{
"_id": null,
"home_page": "https://ztictactoe.readthedocs.io/en/latest/",
"name": "zttt",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.7,<4.0",
"maintainer_email": "",
"keywords": "ZTTT,TTT,Tic Tac Toe,X-O,poetry,sphinx",
"author": "Sumanth NR",
"author_email": "sumanthnr62@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/07/99/1f5d132968aec01a1fdc565142f78e00cc8021664605db38fe32bce48b79/zttt-1.0.2.tar.gz",
"platform": null,
"description": "\n.. _zttt_main:\n\nZTicTacToe\n============\n\nTic Tac Toe is a famous game in which two players take turns placing\na mark on a 3x3 grid. The first player to get three in a row wins.\n\nThe module is a standalone implementation of the game TicTacToe\nproviding functionality to keep track of the game's state and to\nmake moves.\n\n\n.. _zttt_features:\n\nFeatures\n---------\n- Standalone implementation of the game Tic Tac Toe.\n- Provides a way to customise **move triggers** and access state variables.\n- Comes with an engine with near perfect moves.\n- Written in Python from scratch and does not require any external libraries.\n- Can be integrated into a larger project, with very little effort.\n- Throws custom-built errors making it easy to debug and handle errors.\n\n\n\n.. _zttt_links:\n\nLinks\n------\n- `PyPI <https://pypi.python.org/pypi/zttt>`_\n- `GitHub <https://github.com/Sigma1084/ZTicTacToe/tree/v1>`_\n- `Documentation <https://ztictactoe.readthedocs.io/en/v1/>`_\n- `Examples <https://github.com/Sigma1084/ZTicTacToe/tree/v1/examples>`_\n\n.. _zttt_install:\n\nInstallation\n-------------\n.. code-block:: bash\n\n pip install zttt\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Simple, Standalone Tic Tac Toe Library",
"version": "1.0.2",
"split_keywords": [
"zttt",
"ttt",
"tic tac toe",
"x-o",
"poetry",
"sphinx"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "0ae18c1072f903692e8ab82f1841814988904b83e01a8c2ad7de295be0ab0f01",
"md5": "3dd12655113dfec55f05b0fd6a9d3ad1",
"sha256": "2f21b839246424c70eb34d69f6c84a9336bb572670e764a165fe0f39de2f11d3"
},
"downloads": -1,
"filename": "zttt-1.0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "3dd12655113dfec55f05b0fd6a9d3ad1",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7,<4.0",
"size": 12089,
"upload_time": "2023-01-03T01:49:42",
"upload_time_iso_8601": "2023-01-03T01:49:42.625721Z",
"url": "https://files.pythonhosted.org/packages/0a/e1/8c1072f903692e8ab82f1841814988904b83e01a8c2ad7de295be0ab0f01/zttt-1.0.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "07991f5d132968aec01a1fdc565142f78e00cc8021664605db38fe32bce48b79",
"md5": "17a4532a4fbd3ad00c9ccb351b460ede",
"sha256": "1ced263c6874d1300f4ff19f3760718e0b43fa299a5134e6e62cdd2103192d2e"
},
"downloads": -1,
"filename": "zttt-1.0.2.tar.gz",
"has_sig": false,
"md5_digest": "17a4532a4fbd3ad00c9ccb351b460ede",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7,<4.0",
"size": 22347,
"upload_time": "2023-01-03T01:49:44",
"upload_time_iso_8601": "2023-01-03T01:49:44.347558Z",
"url": "https://files.pythonhosted.org/packages/07/99/1f5d132968aec01a1fdc565142f78e00cc8021664605db38fe32bce48b79/zttt-1.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-01-03 01:49:44",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "zttt"
}