Skip to content

DrkWithT/Console-Connect-4

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Connect Four (Fork)

By: DrkWithT, gskapoor (original author on GitHub)

Screenshots:

Screenshot Here

Summary:

This is a fully-blown fork of the original repo "connectFour" by "gskapoor". The codebase here is for a console version of the popular Connect 4 game. However, there might be a few bugs. I will work on this in my leisure time.

Winner checking logic is work in progress. The diagonal checker function is still being tested.

Other Features:

  1. Colored Text!
  • Player 1 is red, Player 2 is blue, and the intro text is bright green!
  1. Automatically clears screen!

How To Run: (Only Linux / WSL / possibly MacOS)

  • Download / Clone this Repo. Move around this folder to wherever you'd like.
  • Run make all to build the program.
  • Enter ./bin/connect4 to run the program.
  • Enter make clean to remove the old executable between code edits.

Other Notes:

The version of C used is C11 or above.

Releases

No releases published

Packages

No packages published

Languages

  • C 95.7%
  • Makefile 4.3%