Skip to content

Adivius/CConnectFour

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CConnectFour

Multiplayer connect four in C
Player one will be Host & Client and player two will just be a Client

Dependencies

  • GCC C17
  • SDL2
  • SDL2 Image
  • SDL2 TTF
  • Make

Build

Clone project and run

make

Run

To start the server run

./cconnectfour <port> <ip>

To join existing game run

./cconnectfour <port>

To clean up the build run

make clean

License

GPL-3.0