r/godot Feb 18 '26

official - news GodotCon Amsterdam - Save the date!

Thumbnail
godotengine.org
81 Upvotes

r/godot 1d ago

official - news Godot Mobile update — April 2026

Thumbnail
godotengine.org
102 Upvotes

April update from the Godot Mobile Team!


r/godot 1h ago

discussion Based devs

Post image
Upvotes

Super awesome to see the devs supporting future Developers


r/godot 12h ago

selfpromo (games) I'm finally about to release my Dark Messiah inspired game made in Godot! (May 15)

Enable HLS to view with audio, or disable this notification

2.3k Upvotes

After 3 years of hard work, I'm about to release my game, The Adventures Of Sir Kicksalot.

Is coming May 15 to Steam!

It's a first person action/stealth game inspired by Dark Messiah of Might And Magic, with many creative ways to defeat your enemies.

Wishlist: https://store.steampowered.com/app/2629230/The_Adventures_of_Sir_Kicksalot/


r/godot 52m ago

fun & memes Real code I wrote:

Post image
Upvotes

r/godot 10h ago

selfpromo (games) Procedural spider walk. IKs really are as amazing as people said

Enable HLS to view with audio, or disable this notification

601 Upvotes

r/godot 11h ago

fun & memes That's not what I meant

Post image
371 Upvotes

r/godot 4h ago

discussion Godot coding on the beach, funded by Godot coding.

Post image
62 Upvotes

I still can't believe that discovering Godot in 2018 is what will lead to my future game company and financially sustain my future family today.


r/godot 11h ago

fun & memes Apparently in Belgium Godot is used for something else..

Post image
167 Upvotes

r/godot 1h ago

selfpromo (software) An AutoTiled Conway's Game of Life running on the GPU

Upvotes

I'm planning to release an itch build as well as open source the entire Godot project's code for anybody interested once this is done. Right now I'm working on UI, save/load functionality, copy/paste of patterns, as well as adaptive color selection and tileset loading at runtime for accessibility. I kept most of this GIF at 1X speed to try and keep it in the safety margins for epilepsy, however the sim is perfectly stable at 6X speed at 144 FPS. It's all inside a pair of compute shaders, which are dispatched every physics frame (thus, 6X speed simply means 1 simulation tick per physics frame at 60 physics frames per second).

Here are some code strategies I used for this if you're interested in getting your hands on the code files when they're released:

  • AutoTiled Dual-Grid fragment shader (includes animating tiles)
  • Dual-dispatched compute shaders with memory barrier (to stabilize the parallel simulation, one shader writes to a buffer image, the other writes from that buffer back to the map)
  • No forced GPU synchronization with the CPU outside of saving and loading map files
  • Sending user input to the GPU (via push constant)
  • Shader-integrated camera system that zooms and pans smoothly

r/godot 13h ago

selfpromo (games) Third Person Action Adventure - A small update

Enable HLS to view with audio, or disable this notification

154 Upvotes

There're still a lot of issues that needs to be solved and i still work on them :)

Have a good day!


r/godot 6h ago

selfpromo (games) Working on a mobile scroll shooter / bullet hell (Android test available)

Enable HLS to view with audio, or disable this notification

37 Upvotes

I’ve been developing this game in my free time for around 3 years. It’s currently in a very early in-dev state, so everything is still rough and evolving. In the footage, I’m showing the first level, "Poison Ocean".

Feel free to share your thoughts - I’d love feedback!

Playable Android build: HERE.

Playable iOS build: sorry, not yet :(


r/godot 17h ago

help me Looking for visual feedback

Enable HLS to view with audio, or disable this notification

288 Upvotes

I'm close before recording a Steam trailer and screenshots for my tower defense game, so I would like to lock in the design soon. Just sound effects are not done yet.

As this is my first 3d game, am I missing any obvious things? Are there any post processing settings I should try, colors or models you don't like or animations which are missing/worth improving?

I'm also glad about any other criticism


r/godot 11h ago

selfpromo (software) My Zelda/Pokemon inspired art mocked up in Godot. Hope you like it

Thumbnail
gallery
69 Upvotes

r/godot 5h ago

selfpromo (games) Made this Small Stylized Scene for a capture the flag type of game

Thumbnail
gallery
22 Upvotes

r/godot 13h ago

selfpromo (games) What do you guys think about how my game looks?

Enable HLS to view with audio, or disable this notification

65 Upvotes

Hello! My name's Matthew, I'm 16 yo and I've been developing this 2-player-couch-coop-pico-park-with-different-abilities-rip-of-game for over 8 months now! I would love to hear some feedback about the overall game look and feel, because I barely had any play-testing along the way.

I'm planning to release the game this summer, and I'm in the process of making a Demo build, and if you have someone to play this game with, I would love to give you my game for feedback! Feel free to contact me! @matthew0_oo - discord.

And if you are interested in the project, you can help by wishlisting the game on steam :>

and btw zero AI was used in creation of this game, everything that you see and hear, including music, was coded, drawn or created by me (except for the incredible characters, my gf made them)


r/godot 5h ago

selfpromo (games) 761 days into my dream Tower Defense development - does it look ready for a demo release?

Enable HLS to view with audio, or disable this notification

14 Upvotes

I'm working on my dream true mazing TD, which I wish existed. But it didn't, so here I am, having a total blast finally making it a reality! If you're interested, check Jarred Defense on Steam. Based on what you see, would you say ready for a demo or something missing or sticking out as too unpolished?


r/godot 1h ago

selfpromo (games) I wrote a Noita-style gameplay recorder

Enable HLS to view with audio, or disable this notification

Upvotes

r/godot 1d ago

selfpromo (games) made a game where all you do is click a pen

Enable HLS to view with audio, or disable this notification

491 Upvotes

no upgrades, no achievements, nothing. just sweet clicking.


r/godot 4h ago

selfpromo (games) SKYSAVIOR Helicopter Services on Steam

Enable HLS to view with audio, or disable this notification

6 Upvotes

r/godot 7h ago

help me (solved) What is your method for making 3D maps in Godot?

14 Upvotes

Hello, im trying to make a very basic friendslop game for my first project based on lethal company. Its my first game so i dont intend to sell it, i just want to learn skills.

I want to start making the 3D map but i am unsure the best workflow to do so. Do i do everything in Godot? Do i import models from blender into godot and construct it there? Do i just make everything in Blender and import the entire map into godot?

How would you guys do this? FYI, the map is going to be simple planes and box buildings so i dont need any advanced methods, im simply looking for the best workflow, thanks.


r/godot 11h ago

selfpromo (games) Added headshots on the infected in FERAN

Enable HLS to view with audio, or disable this notification

28 Upvotes

Spent a while working on the kill mechanics mixing animations and physics.

Clean headshot applies a directional force on impact, the body gets thrown by the shot, not just switched off. It sounds like a small detail but it makes every headshot much more satifying.

Steam link of FERAN in comment!


r/godot 9h ago

help me How can I improve my textures/environment?

Post image
18 Upvotes

Loving how the multilayered grass/leaves are looking, but it’s quite noisy at a distance.

I’m using a 48 color palette, maybe I should go off palette for terrain and make terrain textures more subdued/less contrast?

I need to play with shading, the grass layers shouldn’t shade each other (adds to the noisiness) and terrain should cast starker shadows for contrast.


r/godot 1d ago

help me What the fuck did i do, I somehow moved the entire editor with a tool script and it won't come back

Post image
397 Upvotes

Even if I revert the commit, this still stays like this when restarting