Which game engine for a voxel game like Minecraft?

Pi
5

Which game engine for a voxel game like Minecraft?

wa

Godot

Pi

Can you justify why the Godot Engine is more suitable for this?

Bu

The best way to decide is based on the knowledge you already have.

If you already master Java, you could use the https://jmonkeyengine.org/ and see what state the https://wiki.jmonkeyengine.org/jme3/contributions/cubes.html#screenshots is currently in. Then you would already have a good basis.

With JavaScript you could use http://www.voxeljs.com/ (but is not an engine). You can also find a few small engines especially for voxel games on GitHub (e.g. https://github.com/...u/VoxLords with JavaScript, https://github.com/.../territory with C ++). You can just try out such projects.

An engine with lots of tutorials and lots of information is also worthwhile. If I spontaneously search for Minecraft tutorials for Unity, I will e.g. Find it quickly:

http://in2gpu.com/2014/07/27/build-minecraft-unity-part-1/
https://www.udemy.com/course/unityminecraft/
https://steemit.com/voxel/@dwinblood/unity-game-development-tutorial-16-cubic-voxels-1-theory-on-voxels-hints-of-things-to-come
etc…

Before that, however, you should learn C #.

wa

Games you create with it are 100% yours (unlike Unity, Unreal, etc)

an

Minecraft uses Java with the LWJGL library.

Don't know if you can count that as a game engine.