Version: #VERSION# Date: #DATE#
Minecraft-Clone is a very basic version of the well known Game Minecraft. It is written in C++ using OpenGL
In your app source directory and start building.
clang++ -std=c++17 main.cpp -o engine -I/opt/homebrew/include -L/opt/homebrew/lib -lglfw -framework OpenGLDepending on your compiler and OpenGL-Installation you need to adapt the compiler command
Enjoy!
Lukas Derendinger lukas.derendinger@bluewin.ch