Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/estevesx10/tictactoe
TicTacToe with AI [Beginner's Project]
https://github.com/estevesx10/tictactoe
adversarial-search min-max-algorithm
Last synced: about 1 month 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 (12 months ago)
- Default Branch: main
- Last Pushed: 2024-06-20T21:55:38.000Z (7 months ago)
- Last Synced: 2024-06-21T16:37:20.722Z (7 months 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