https://github.com/estevesx10/tictactoe
TicTacToe with AI [Beginner's Project]
https://github.com/estevesx10/tictactoe
adversarial-search min-max-algorithm
Last synced: 8 days ago
JSON representation
TicTacToe with AI [Beginner's Project]
- Host: GitHub
- URL: https://github.com/estevesx10/tictactoe
- Owner: EstevesX10
- License: mit
- Created: 2024-01-23T19:05:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-20T21:55:38.000Z (about 1 year ago)
- Last Synced: 2025-06-03T20:18:25.725Z (17 days ago)
- Topics: adversarial-search, min-max-algorithm
- Language: Python
- Homepage:
- Size: 3.65 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
TicTacToe
![]()
## Python Libraries
In order to install the necessary **libraries** to execute this `Project` it's imperative to execute the following command in the terminal:
pip install -r requirements.txt
## Compilation & Execution
In order to compile and execute this Game of TicTacToe, it's necessary to execute the following **command**:python TicTacToe.py