Check out our project presentation here!
miniMinecraft is an C/OpenGL implementation of a Minecraft-like game. Basic features include:
- Building with block placement/destruction
- Basic physics
- Map generation
- Performance optimizations (can run on integrated GPUs like the Intel HD graphics series)
To install all dependencies, just do:
git submodule update --init
To build the projet:
mkdir -p cmake-build
cd cmake-build
cmake ..
make