Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

wow, props for making a full on terraforming system in such a short time! One thing i would work on is game feel. Include more animations, particle effects, etc. 

I agree I would have loved to add more juice.  

Terraforming system - started with https://github.com/alpapaydin/Godot4-3D-Smooth-Destructible-Terrain and modified.   

I actually have some updates I want to commit back to that project because it was a great starting point with a few issues that were easy to solve (performance, shape, etc.) and some that I haven't solved yet (when you dig you can place a hole in a seam because the world is chunked, only hard to solve because you have to accommodate for performance and probably don't want to update both those meshes at once).

Thank you for playing and the feedback :)