voxelgame/README.md

24 lines
697 B
Markdown
Raw Permalink Normal View History

Voxel game demos (Godot Engine)
===============================
2021-06-23 05:08:14 -07:00
This project contains several scenes to test and demo the voxel module I'm developing for Godot Engine.
![Screenshot](screenshots/2020_05_05_1953_small.png)
Dependencies
---------------
This project uses a C++ module:
- [Voxel](https://github.com/Zylann/godot_voxel)
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