https://github.com/giordanodaloisio/tictactoe
This project is an implementation of a simple AI playing TicTacToe using the MinMax algorithm and a simple heuristic. This project has been made only for educational purpose
https://github.com/giordanodaloisio/tictactoe
ai heuristics minmax-algorithm python tictactoe
Last synced: about 2 months ago
JSON representation
This project is an implementation of a simple AI playing TicTacToe using the MinMax algorithm and a simple heuristic. This project has been made only for educational purpose
- Host: GitHub
- URL: https://github.com/giordanodaloisio/tictactoe
- Owner: giordanoDaloisio
- Created: 2019-10-20T20:53:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-20T16:30:19.000Z (about 5 years ago)
- Last Synced: 2025-06-02T09:09:15.498Z (about 1 year ago)
- Topics: ai, heuristics, minmax-algorithm, python, tictactoe
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TicTacToe player AI
## Requirements
- python 3
To play the game run in the terminal from the project folder `python main.py`.
To watch two AI play angainst each other replace in `main.py` the line `man_vs_ai(game)` with `ai_vs_ai(game)`