Skip to content

badescunicu/connect4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Connect4 game using ncurses C library

This was a project for my university C programming course.

To test it, you must first install the dependencies:

sudo apt-get install libncurses5-dev

Then clone this repo, build and run the game:

git clone https://github.com/badescunicu/connect4 && cd connect4
make build
make run

###Screenshots:

screen1 screen2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages