Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 718 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 718 Bytes

ClusterBlock

⚠️ Project compiled on Linux. Output in build folder

ℹ️ See Windows branch for the Windows compatible version

How to make it work

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

  1. Wooden house built by a player house
  2. Perlin noise generated landscape perlinnoise
  3. Server debug output server

Dependencies

  • SFML
  • GLU
  • GLEW
  • DevIL
  • ENet