voxelThing

Jake's Raylib Minecraft Clone

Renders a voxel world in chunks.

Code is rough and messy and not much is implemented yet.

Once a chunk has been generated, its state is persistent across game restarts.

Controls:

  • WASD - move
  • Left Shift - Down, Space - Up
  • Mouse - look
  • LMB - Remove block
  • RMB - Place Block
  • ESC - Pause
  • F11 - Fullscreen
  • 1-8 - Select Block

Depends on Raylib.

Build Instructions:

  1. Install Raylib.
  2. Clone the repo.
  3. CD into the repo and build by running make.
  4. run bin/voxelThing
Description
My Raylib Minecraft clone
Readme 75 KiB
Languages
C 98.2%
Makefile 1.8%