Skip to content

Popular Tic-Tac-Toe game created in C++ using iGraphics library(A Wrapper For OpenGL in 2D).

Notifications You must be signed in to change notification settings

iamsanjaymalakar/tic_tac_toe

Repository files navigation

tic_tac_toe

Popular Tic-Tac-Toe game created in C++ using iGraphics library(A Wrapper For OpenGL in 2D).

Running the game

  • Clone the repository
    • git clone https://github.com/iamsanjaymalakar/tic_tac_toe.git
  • Run XO.exe from bin/Debug
    • bin/Debug/XO.exe

Screenshots

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.

About

Popular Tic-Tac-Toe game created in C++ using iGraphics library(A Wrapper For OpenGL in 2D).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published