Skip to content

rurueuh/Connect4-Puissance4

Repository files navigation

Connect4-Puissance4

making connect 4 version with network

working with dedicated server (in linux)

pushing linux version but should make on windows

#compile with CMAKE and using SFML image

this project is a test of networking this is why we don't have any animation

image

connect4 is a turn game but allbody know :)

compile and execute server version: cd server && cmake --build build && cd build && ./game

compile and execute client version: cd linux && cmake --build build && cd build && ./game

Releases

No releases published

Packages

No packages published