thisisjaymehta / Unbeatable_TicTacToe

Console based Tic Tac Toe game that can never lose to any human or computer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Console based Tic Tac Toe game that can never lose to any human or computer.


Languages

Language:C++ 100.0%