Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 723 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 723 Bytes

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