Unarelith / OpenMiner

Minecraft-like game engine written in C++17 with a client/server architecture and support for Lua modding

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cave tunnels

Unarelith opened this issue · comments

Caves shouldn't be generated using noise, but with a different algorithm that would carve tunnels using spheres (like Minecraft). Perlin worms may also work.

See #79.