Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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]

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