Skip to content

A simple Tic Tac Toe AI bot implemented using minimax algorithm

Notifications You must be signed in to change notification settings

AbhinavSE/TicTacToeBot-QT-

Repository files navigation

TicTacToeBot-QT-

A simple Tic Tac Toe AI bot implemented using minimax algorithm. This Project is built using Qt5.12.3 and written in C++. You can import project by selecting the TicTacToe.pro in Qt Creator. To run, simply open TicTacToe.app. mainwindow.ui is the xml file that consists of the layout of the game. mainwindow.h is the header file. mainwindow.cpp contains the definition of the methods declared in the header file as well as the minimax algorithm.

references: https://www.geeksforgeeks.org/minimax-algorithm-in-game-theory-set-1-introduction/

About

A simple Tic Tac Toe AI bot implemented using minimax algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published