djzenma / TicTacToe-Minimax

Tic Tac Toe game with the AI as opponent. The AI is implemented as a Minimax algorithm.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tic Tac Toe with Minimax as AI

Tic Tac Toe game with the AI as opponent. The AI is implemented as a Minimax algorithm.

At every turn, enter the cell number where you want to place your X. Then the AI will place its O. This will repeat until either a win or a draw happens.

About

Tic Tac Toe game with the AI as opponent. The AI is implemented as a Minimax algorithm.


Languages

Language:C++ 93.7%Language:C 3.9%Language:CMake 2.4%