Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 230 Bytes

README.md

File metadata and controls

15 lines (7 loc) · 230 Bytes

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)