Skip to content

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

Notifications You must be signed in to change notification settings

giordanoDaloisio/TicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages