Skip to content

jpbelval/minecraftclone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Multi-platform Minecraft Clone in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages