⚠️ Project compiled on Linux. Output in build folder
ℹ️ See Windows branch for the Windows compatible version
ClusterBlock only works with a server. An IP address is required on client start. A built version of the server executable can be found in server/build/ .
To build the server, you can go in the server folder and execute:
g++ main.cpp server.cpp server.h ../playerdata.cpp ../playerdata.h -lenet -o build/server.out
- SFML
- GLU
- GLEW
- DevIL
- ENet