/tictactoe-with-ai

A TicTacToe game built with PyGame, using the Minimax Algorithm.

Primary LanguagePythonApache License 2.0Apache-2.0

TicTacToe with A.I. 🧠

This is a very simple TicTacToe game implementation using Python and the minimax algorithm.

How to run the application

To run this project, download and install it locally using pip:

git clone https://github.com/RodolfoFerro/tictactoe-with-ai.git
cd tictactoe-with-ai
pip install -r requirements.txt

To run the application, just run the app.py file:

python app.py