An attempt to make a Minecraft clone in C++ with GLFW. Inspired by: https://github.com/EvanatorM/ScuffedMinecraft.git.
The project comes with a makefile in the root directory for make compatibility. After downloading and unzipping the project (if you have make for C++ installed), simply cd to the root directory of the project in the terminal and run the command: make
.
After building the project, the project can be run from the build.out file. In the terminal, cd to the root directory and run: ./build.out
.
This project is still in early development. It may contain bugs, crashes, or even memory leaks. If you find any errors please let me know and I will attempt to fix them; however, I cannot guarantee a timeframe for hotfixes. Please note that some commits may contain compiler warnings that may prevent compilation depending on your compiler and what C and C++ versions you have installed.