Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 696 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 696 Bytes

miniMinecraft

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)

Screenshots

img1 img2 img3

Installation

Dependencies

To install all dependencies, just do:

git submodule update --init

To build the projet:

mkdir -p cmake-build
cd cmake-build
cmake ..
make