The Mineclone project is a challenge to implement a minecraft clone from scratch in C++ for educational purposes.
- Download SDL2-devel (https://www.libsdl.org/release/SDL2-devel-2.0.7-VC.zip), paste the include folder under
mineclone/include/SDL2
, and pastelib/x86/SDL2.lib
andlib/x86/SDL2.dll
undermineclone
- Install Visual studio if you haven't, open "Developer Command Prompt for Visual Studio", and run
build.bat