Skip to content

DeeDash/AI_TicTacToeMM

Repository files navigation

TicTacToe using Min-Max Algorithm

In this project, I have developed a desktop application which allows a user to play TicTacToe against the computer.
To find the best possible move for the computer at every point of the game, here I have used the MinMax algorithm for decision making.

Code for the AI is written in C++.
A graphical interface is provided for the user using the Qt Framework.

Compilation of the project requires Qt Creator.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published