About
Minecraft is a sandbox game developed and published by Mojang Studios, first publicly released as an early-access alpha in 2009 and formally released in November 2011, later ported to numerous platforms. Scuffed Minecraft is a self-described "very scuffed" Minecraft clone built on the author's own WillowVox Core and Voxel Worlds engine modules; it's primarily a learning project tied to a companion YouTube development series.
Getting started
Build with CMake: on Debian-based Linux, install the GLFW build dependencies (libwayland-dev, libxkbcommon-dev, xorg-dev, cmake) first; on Windows, only CMake is required. Then generate build files and compile the project; the resulting executable must be run from within its own build directory so it can find its resource files.
Additional notes
- Contributing
- The author isn't accepting many outside contributions to this specific project since it's tied to the companion YouTube series and used as a personal learning exercise, though small bug-fix pull requests are welcome.