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.
- Host: GitHub
- URL: https://github.com/rodolfoferro/tictactoe-with-ai
- Owner: RodolfoFerro
- License: apache-2.0
- Created: 2023-01-17T19:52:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-11T09:32:05.000Z (over 2 years ago)
- Last Synced: 2023-11-12T06:23:49.290Z (over 2 years ago)
- Topics: minimax-algorithm, pygame, python, tic-tac-toe
- Language: Python
- Homepage:
- Size: 246 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```