Skip to content

OpenGL implementation of a Zero Sum Game as part of Computer Graphics Laboratory project

Notifications You must be signed in to change notification settings

cosmoshsv/ZeroSumTicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

OpenGL implementation of a Zero Sum Game as part of Computer Graphics Laboratory project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages