voxelgame
A collection of voxel game demos for Godot Engine 4.3, showcasing a custom C++ voxel module. Includes scenes for blocky and smooth terrain, with a Minecraft-like demo featuring basic multiplayer support.
https://github.com/Zylann/voxelgamePreview Image

Voxel Game Demos in Godot Engine
This project offers a variety of voxel game demos developed in Godot Engine 4.3. It serves as a practical demonstration of a voxel module implemented in C++, providing examples of different terrain generation techniques and basic gameplay mechanics.
Key Features
-
Voxel Module: Utilizes a custom C++ module named
Voxel
for efficient voxel data management and manipulation. - Diverse Scenes: Includes runnable scenes showcasing blocky terrain, smooth terrain using Transvoxel algorithm, and a Minecraft-inspired demo.
- Blocky Game Demo: A more complete demo resembling Minecraft, featuring random elements and basic multiplayer functionality. Although not a finished game, it demonstrates practical usage of the VoxelTerrain.
- Multiplayer Support: The blocky game demo includes basic multiplayer capabilities, allowing players to host, join, or play solo. Synchronization is handled with the server managing voxels and clients managing physics.