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

https://github.com/rodolfoferro/tictactoe-with-ai

A TicTacToe game built with PyGame, using the Minimax Algorithm.
https://github.com/rodolfoferro/tictactoe-with-ai

minimax-algorithm pygame python tic-tac-toe

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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:

```sh
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:

```sh
python app.py
```