Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 387 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 387 Bytes

TicTacToe

Author : Rafael C. B. de Oliveira

A Tic Tac Toe game made using C++ and OpenGL. AI shows signs of intelligence.

Requirements:

OpenGL .lib, .bin and .dll files. To play with it (in case a .exe is created), only the .dll files are needed.

How to Play:

Player - >' X' AI - > 'O'

Mouse left click places a 'X' in the region if there is no' X' or 'O' there.

Version 1.03