Skip to content

icebreaker/zeecraft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZeeCraft

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.

Screenshot

HD

Screenshot

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.

Dependencies

  • C compiler (gcc, clang)
  • premake4
  • SDL2
  • OpenGL 1.4+ (fixed function pipeline)

Getting Started

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

Credits

Special thanks to Kenney "Asset" Jesus for the HD textures.

Contribute

  • 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.

License

Copyright (c) 2016, Mihail Szabolcs

ZeeCraft is provided as-is under the MIT license. For more information see LICENSE.

About

ZeeCraft is a mini Minecraft clone in 588 lines of C.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published