Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 629 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 629 Bytes

Tic Tac Toe

2D implementation of classic zero-sum game using OpenGL

Description

The goal of this program is to play Tic-tac-toe, a grid game using mouse interface and keyboard. This simple 2D game involves two players with following rules-

  • each player gets assigned a pawn
  • player's turn is highlighted during the game, wrong turns issue warnings
  • when a player gets their pawns in a line, it is highlighted, and game ends
  • if all the pawns are exhausted with no winner, game ends

How to Run ?

  1. Clone the repository
  2. Run the executable "game.exe"