Lexispell just released 🥳
My cozy roguelike word game with a physics twist is out on Steam and Itch! 🔥
Merge letters, pick cool upgrades and spell long words ✨
I hope you’ll enjoy 💖
Another game made with TerraBrush, it's so cool to see that the work I've done is useful for some people!
#godotengine#gamedev#indiedev
https://t.co/E1dX3uZSnc
TerraBrush 0.14.4 is Out! 🥳
A lot of bug fixes and cool features, including the automatic slope texturing and the manual slope painting (not the same as SLOP we see now a days, we don't do that here 🫡)
Enjoy!
#godotengine#gamedev#indiedev
I've been working on adding slope painting limit on TerraBrush and it works with ALL the tools, I think it's pretty cool ⛰️
#godotengine#gamedev#indiedev
The Demo of Abyss Chamber has just been released on STEAM so you can take care of monsters in an underground research facility.
If this sounds like your kind of vibe, a Wishlist would mean the world to us https://t.co/qNgRi83by1
#indiegame#horror#horrorgame#gamedev#godot
I work on a Terrain editor based on voxel in #godot
No C++. No C#.
Only GDScript.
To create the mesh i've make a Binary Greedy Mesher, to reduce the compute ressources needed to create the mesh (binary calculs to work with bitmask rather than voxel positions in each chunk)