SillyIngenuity / TicTacToe-Ai

My attempt at a minimax for tic tac toe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TicTacToe-Ai

My attempt at a minimax for tic tac toe.

Sample Gameplay:

Installation:

For Windows:

Have a c++ compilier installed.

git clone https://github.com/SillyIngenuity/TicTacToe-Ai.git
g++ game.cpp

About

My attempt at a minimax for tic tac toe


Languages

Language:C++ 100.0%