Go to file
Marc Gilleron b30dfab1b4 Updated screenshot and added a few demo descriptions 2020-08-05 20:17:18 +01:00
project Improved world generation: 2020-08-05 20:11:16 +01:00
screenshots Updated screenshot and added a few demo descriptions 2020-08-05 20:17:18 +01:00
.gitignore Ignore region save files 2019-09-12 18:57:32 +01:00
LICENSE.md Added license 2019-05-29 01:18:37 +09:00
README.md Updated screenshot and added a few demo descriptions 2020-08-05 20:17:18 +01:00

README.md

Voxel game demos (Godot Engine)

This project contains several scenes to test and demo the voxel module I'm developping for Godot Engine.

Screenshot

Dependencies

This project uses a C++ module:

For the old (unmaintained) pure-GDScript version, checkout the branch full_gdscript.

Runnable scenes

  • blocky_game/blocky_game.tscn: sort of Minecraft clone with random features.
  • blocky_terrain/main.tscn: simple test for blocky terrain
  • smooth_terrain/main.tscn: simple test for Transvoxel smooth terrain