ZeeCraft is a mini Minecraft clone in 588 lines of C.
Originally I intended to keep it at 500 or below, but it felt bad to remove certain features like automatic load/save.
No voxels have been harmed during the making of ZeeCraft.
WARNING: This is not production quality code and should not be used or considered as such under any condition. Consider yourself warned.
- C compiler (gcc, clang)
- premake4
- SDL2
- OpenGL 1.4+ (fixed function pipeline)
To build it, type:
premake4 gmake
make -C build
Or the HD version:
premake4 --with-hd-textures gmake
make -C build
To run it, just type:
build/zc
Special thanks to Kenney "Asset" Jesus for the HD textures.
- Fork the project.
- Make your feature addition or bug fix.
- Do not bump the version number.
- Send me a pull request. Bonus points for topic branches.
Copyright (c) 2016, Mihail Szabolcs
ZeeCraft is provided as-is under the MIT license. For more information see LICENSE.