Popular Tick-Tac-Toe game created in C++ using iGraphics library(A Wrapper For OpenGL in 2D).
- Clone the repository
git clone https://github.com/iamsanjaymalakar/tick_tack_toe.git
- Run XO.exe from
bin/Debug
bin/Debug/XO.exe
iGraphics [Docs] [Installation]
iGraphics.h header file contains some drawing functions that can be used to draw basic graphical shapes in Visual C++. These functions are implemented in openGL. Users of iGraphics do not need any knowledge of openGL to use it. Simply calling the drawing functions a user can draw any 2D shape on screen. This library also provides easy ways for animation, keyboard and mouse event handling.