Go to file
Marc 4f957ba862
Merge pull request #88 from HK-SHAO/master
Fix the voxels in blocky_game cannot be displayed normally
2022-01-15 18:04:29 +01:00
project Fix the voxels in blocky_game cannot be displayed normally 2022-01-15 19:54:39 +08: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 Typo 2021-06-23 13:08:14 +01:00

README.md

Voxel game demos (Godot Engine)

This project contains several scenes to test and demo the voxel module I'm developing 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