Multiplayer connect four in C
Player one will be Host & Client and player two will just be a Client
- GCC C17
- SDL2
- SDL2 Image
- SDL2 TTF
- Make
Clone project and run
make
To start the server run
./cconnectfour <port> <ip>
To join existing game run
./cconnectfour <port>
To clean up the build run
make clean