Minecraft clone in Zig

Hey everyone,

I’ve been working on a Minecraft clone in Zig! It’s still a work in progress, but so far, you can break and place blocks, and chunks load dynamically.

It is written using raylib.

You can check it out here:

22 Likes

Very nice! I look forward to seeing how this progresses, and welcome to the community!

1 Like

nice, every language needs a minecraft clone.
it would be nice if you add support for the arrow keys and q / esc to exit, and there is a minor bug in the rayUtils.zig change .Int, .Float should be .int, .float.

1 Like

.int and .float are changes in 0.14, repo clearly states its built with 0.13 which has .Int and .Float

1 Like

sorry, i forgot i was on v 0.14.