Skip to content

varun514/TicTacToe_MinimaxAlgo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

TicTacToe_MinimaxAlgo

Tic Tac Toe implementation in c++

Here,It is a basic implementation of Minimax algorithm in c++ leading to an AI which is pretty good in it's game

Till Now,I had implemented it in serial manner so it might be a little bit of predictive for somme of the moves. Because it doesn't choose the first Max valued move which looks like repeating same moves.

But wait,Try to win.

About

Tic Tac Toe implementation in c++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages