Console based Tic Tac Toe game that can never lose to any human or computer.
Find a file
2019-12-26 15:45:49 +05:30
main.cpp Optimised... 2019-11-24 08:51:13 +05:30
README.md Update README.md 2019-12-26 15:45:49 +05:30

Unbeatable_TicTacToe

Tic Tac Toe that can not lose.

Minimax algorithm is used. https://en.wikipedia.org/wiki/Minimax

Console base application. Written in C++.

*Made for windows only (uses some windows specific library)