Go to file
Marc 0690648ff1
Typo
2021-06-23 13:08:14 +01:00
project Save game when the window is closed 2021-05-02 18:10: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 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