Name | titato JSON |
Version |
1.0.1
JSON |
| download |
home_page | |
Summary | Library of the game tic-tac-toe + AI. Experimental functionality with dynamic parameters of the game field |
upload_time | 2023-01-30 01:07:15 |
maintainer | |
docs_url | None |
author | |
requires_python | >=3.10 |
license | |
keywords |
api
framework
game
tic-tac-toe
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# titato
___Library of the game tic-tac-toe + AI.___ _Experimental functionality with dynamic parameters of the game field_
___
## Features:
+ **Unlimited number of players in one game**
+ **Creating a playing field of any size**:
+ + *With size parameters required: **row**, **column** and **winning combination***
+ **Artificial Intelligence algorithm works with any game settings**
___
```python
# Visualization of dynamic settings of the playing field
10 x 10 player vs player vs player
+-----+---+---+---+---+---+---+---+---+---+---+
6 x 6 player vs player | ↓/→ | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 |
+-----+---+---+---+---+---+---+ +-----+---+---+---+---+---+---+---+---+---+---+
3 x 3 player vs player | ↓/→ | 0 | 1 | 2 | 3 | 4 | 5 | | 0: | * | * | * | * | * | * | * | * | * | * |
+-----+---+---+---+ +-----+---+---+---+---+---+---+ | 1: | X | * | * | * | * | * | * | O | * | * |
| ↓/→ | 0 | 1 | 2 | | 0: | * | * | * | * | X | * | | 2: | * | X | * | * | * | * | O | * | * | * |
+-----+---+---+---+ | 1: | * | * | * | * | O | * | | 3: | * | * | P | * | * | P | * | * | * | * |
| 0: | O | * | X | | 2: | * | * | * | * | O | * | | 4: | * | * | * | X | O | * | * | * | * | * |
| 1: | * | O | * | | 3: | X | X | X | X | O | X | | 5: | * | * | * | O | X | * | * | * | * | * |
| 2: | X | * | O | | 4: | * | * | * | * | O | * | | 6: | * | * | O | * | * | X | * | * | * | * |
+-----+---+---+---+ | 5: | * | * | * | * | O | * | | 7: | * | O | * | * | * | * | X | * | O | * |
+-----+---+---+---+---+---+---+ | 8: | O | * | * | * | * | * | * | * | * | * |
| 9: | * | * | X | P | P | P | P | O | P | P |
+-----+---+---+---+---+---+---+---+---+---+---+
```
___
___
## ***Documentation***
[*Documentation on GitHub*](https://github.com/Steppe-Mammoth/titato/tree/dev-1.x#titato)
Raw data
{
"_id": null,
"home_page": "",
"name": "titato",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": "",
"keywords": "api,framework,game,tic-tac-toe",
"author": "",
"author_email": "Steppe_Mammoth <qwqwqww404@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/68/8b/f4f7ec6f1a70e67daf680dfe4f5e98574cc1f2ff779a4e689eac7cf94fb7/titato-1.0.1.tar.gz",
"platform": null,
"description": "# titato\n___Library of the game tic-tac-toe + AI.___ _Experimental functionality with dynamic parameters of the game field_\n\n___\n\n## Features:\n+ **Unlimited number of players in one game**\n+ **Creating a playing field of any size**:\n+ + *With size parameters required: **row**, **column** and **winning combination***\n+ **Artificial Intelligence algorithm works with any game settings**\n\n___\n\n \n```python\n# Visualization of dynamic settings of the playing field\n 10 x 10 player vs player vs player\n +-----+---+---+---+---+---+---+---+---+---+---+\n 6 x 6 player vs player | \u2193/\u2192 | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 |\n +-----+---+---+---+---+---+---+ +-----+---+---+---+---+---+---+---+---+---+---+\n 3 x 3 player vs player | \u2193/\u2192 | 0 | 1 | 2 | 3 | 4 | 5 | | 0: | * | * | * | * | * | * | * | * | * | * |\n +-----+---+---+---+ +-----+---+---+---+---+---+---+ | 1: | X | * | * | * | * | * | * | O | * | * |\n | \u2193/\u2192 | 0 | 1 | 2 | | 0: | * | * | * | * | X | * | | 2: | * | X | * | * | * | * | O | * | * | * |\n +-----+---+---+---+ | 1: | * | * | * | * | O | * | | 3: | * | * | P | * | * | P | * | * | * | * |\n | 0: | O | * | X | | 2: | * | * | * | * | O | * | | 4: | * | * | * | X | O | * | * | * | * | * |\n | 1: | * | O | * | | 3: | X | X | X | X | O | X | | 5: | * | * | * | O | X | * | * | * | * | * |\n | 2: | X | * | O | | 4: | * | * | * | * | O | * | | 6: | * | * | O | * | * | X | * | * | * | * |\n +-----+---+---+---+ | 5: | * | * | * | * | O | * | | 7: | * | O | * | * | * | * | X | * | O | * |\n +-----+---+---+---+---+---+---+ | 8: | O | * | * | * | * | * | * | * | * | * |\n | 9: | * | * | X | P | P | P | P | O | P | P |\n +-----+---+---+---+---+---+---+---+---+---+---+\n```\n\n\n___\n___\n\n\n## ***Documentation***\n\n[*Documentation on GitHub*](https://github.com/Steppe-Mammoth/titato/tree/dev-1.x#titato)",
"bugtrack_url": null,
"license": "",
"summary": "Library of the game tic-tac-toe + AI. Experimental functionality with dynamic parameters of the game field",
"version": "1.0.1",
"split_keywords": [
"api",
"framework",
"game",
"tic-tac-toe"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "a3c0ccf149eb8dd9c2f3d48c7218d4962aa8ec884773e32e1c4a6a6fe4c472ab",
"md5": "70e344dc606396d712132b8dbe973b2c",
"sha256": "47f38fc8adb7b97e3ac64d56c27348bbf22e0a07292ecdba06bd04fe56f867c7"
},
"downloads": -1,
"filename": "titato-1.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "70e344dc606396d712132b8dbe973b2c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 18055,
"upload_time": "2023-01-30T01:07:12",
"upload_time_iso_8601": "2023-01-30T01:07:12.920659Z",
"url": "https://files.pythonhosted.org/packages/a3/c0/ccf149eb8dd9c2f3d48c7218d4962aa8ec884773e32e1c4a6a6fe4c472ab/titato-1.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "688bf4f7ec6f1a70e67daf680dfe4f5e98574cc1f2ff779a4e689eac7cf94fb7",
"md5": "6c86a031515002d80077938bbf14a1cd",
"sha256": "ddf90bed2ffee001f23483c99feff6e8d95d7d000a57a09a66b864f82be7e2ab"
},
"downloads": -1,
"filename": "titato-1.0.1.tar.gz",
"has_sig": false,
"md5_digest": "6c86a031515002d80077938bbf14a1cd",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 16911,
"upload_time": "2023-01-30T01:07:15",
"upload_time_iso_8601": "2023-01-30T01:07:15.214008Z",
"url": "https://files.pythonhosted.org/packages/68/8b/f4f7ec6f1a70e67daf680dfe4f5e98574cc1f2ff779a4e689eac7cf94fb7/titato-1.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-01-30 01:07:15",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "titato"
}