A simple voxel 3D demo game made with zune, jecs, and raylib written in luau.
- W/A/S/D: Move
- Space: Jump
- Left Control: Crouch
- Left Shift: Sprint
- Left Click: Remove block
- Right Click: Place Stone block
- Make sure you have zune installed, more details on the install guide.
- Clone the repository with submodules:
git clone --recurse-submodules https://github.com/Sythivo/voxel-3d-demo.git- Navigate to the project directory:
cd voxel-3d-demo- Run the project using zune:
zune run game- Enjoy the game!