Skip to content

CelalTEMIZ/Connect-Four-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Connect Four Game in C++

  • The game of Connect Four is played by two players (Computer Vs Player or player 1 Vs player 2)

  • Program accepts commands for undo, loading and saving the current game board.

Compilation

  • Program is compiled by g++ on Linux.
  • Project folder contains a Makefile for compilation.

Demo