# Tic Tac Toe with AI
[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/)
[![Python 3.6](https://img.shields.io/badge/python-3.6-blue.svg)](https://www.python.org/downloads/release/python-360/)
## Discription
This is a simple command-line implementation of the Tic Tac Toe game in Python, where you can play against an AI opponent. The AI opponent uses the minimax algorithm to make its moves, providing a challenging gameplay experience.
## Usage
- Make sure you have Python installed in your system.
- Run Following command in the Terminal.
```
pip install TicTacToeAI
```
## Example
```
# test.py
import TicTacToeAI
## To run
run = TicTacToeAI.play_game()
```
## Run the following Script.
```
python test.py
```
## Note
- I have tried to implement all the functionality, it might have some bugs also. Ignore that or please try to solve that bug.
Raw data
{
"_id": null,
"home_page": "https://github.com/ujjwalredd/Tic-Tac-Toe-with-AI",
"name": "TicTacToeAI",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "",
"keywords": "MinMax,Diffcult,AI",
"author": "Ujjwal Reddy K S",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/48/83/d8521b2bb14c389c937273656d7cf100cccec0895ca19ab92a5d674033e3/TicTacToeAI-0.0.3.tar.gz",
"platform": null,
"description": "# Tic Tac Toe with AI\n[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/) \n[![Python 3.6](https://img.shields.io/badge/python-3.6-blue.svg)](https://www.python.org/downloads/release/python-360/) \n\n## Discription\nThis is a simple command-line implementation of the Tic Tac Toe game in Python, where you can play against an AI opponent. The AI opponent uses the minimax algorithm to make its moves, providing a challenging gameplay experience.\n\n## Usage\n\n- Make sure you have Python installed in your system.\n- Run Following command in the Terminal.\n ```\n pip install TicTacToeAI\n ```\n## Example\n\n ```\n# test.py\nimport TicTacToeAI\n\n## To run\n\nrun = TicTacToeAI.play_game()\n\n```\n\n## Run the following Script.\n ```\n python test.py\n ```\n\n## Note \n- I have tried to implement all the functionality, it might have some bugs also. Ignore that or please try to solve that bug.\n\n\n\n",
"bugtrack_url": null,
"license": "",
"summary": "Tic Tac Toe with AI.",
"version": "0.0.3",
"project_urls": {
"Homepage": "https://github.com/ujjwalredd/Tic-Tac-Toe-with-AI"
},
"split_keywords": [
"minmax",
"diffcult",
"ai"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "5ac6554a413439d31d0e2dee9e9160def4aef30abd5593b9716d2603a0d5fbcc",
"md5": "35ecbf9680c3f1a537ca9f3d8820c95e",
"sha256": "249cf7cf2b085f292952a14efcf410928297f2b2701fbadee972a95b7a15c369"
},
"downloads": -1,
"filename": "TicTacToeAI-0.0.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "35ecbf9680c3f1a537ca9f3d8820c95e",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 3689,
"upload_time": "2023-06-14T07:53:56",
"upload_time_iso_8601": "2023-06-14T07:53:56.923474Z",
"url": "https://files.pythonhosted.org/packages/5a/c6/554a413439d31d0e2dee9e9160def4aef30abd5593b9716d2603a0d5fbcc/TicTacToeAI-0.0.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4883d8521b2bb14c389c937273656d7cf100cccec0895ca19ab92a5d674033e3",
"md5": "126b4e7f80796ec9de87dead7e335aaa",
"sha256": "bcdf1eef2cf4bf44a2502084c107e9acb1606776d120f597b526499473e2ffcd"
},
"downloads": -1,
"filename": "TicTacToeAI-0.0.3.tar.gz",
"has_sig": false,
"md5_digest": "126b4e7f80796ec9de87dead7e335aaa",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 3515,
"upload_time": "2023-06-14T07:53:59",
"upload_time_iso_8601": "2023-06-14T07:53:59.684490Z",
"url": "https://files.pythonhosted.org/packages/48/83/d8521b2bb14c389c937273656d7cf100cccec0895ca19ab92a5d674033e3/TicTacToeAI-0.0.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-06-14 07:53:59",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "ujjwalredd",
"github_project": "Tic-Tac-Toe-with-AI",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "tictactoeai"
}