/TicTacToe---OpenGL-AI

A sample Tic Tac Toe game using OpenGL

Primary LanguageC++

TicTacToe---OpenGL-AI

A tic tac toe game in OPENGL that consists of two modes : Computer Mode and 2 Player Mode. The algorithm used for Computer Mode is known as the MiniMax Algorithm. Link for further reading : https://en.wikipedia.org/wiki/Minimax

Requirements : OpenGL Library, C++ compiler, a code editor such as XCode