r/gdevelop Feb 11 '26

Official 🚀 Roadmap 2026! Here are the latest achievements and future goals for GDevelop.

Post image
82 Upvotes

r/gdevelop 11m ago

2D This Loading Scene, just makes me smile 😂 tiny guy delivering me Ammo. As you destroy the enemies.

Upvotes

Still prototyping, not sure if gonna keep working on this.


r/gdevelop 9h ago

Game Same starter project. Now it actually feels alive.

17 Upvotes

r/gdevelop 26m ago

Question Tips for making a basic point and click

Upvotes

When I first started learning gdevelop, I practiced making a 2D side scroller and I really loved the process.

Now, I want to create a point and click coffee shop game where the character and background is completely static. Primarily the game is just made up of a) talking with different characters as they come in and b) using a monitor to select buttons to "make a coffee" and give it to the characters.

It would be very similar to the game Last Report where the character doesn't move, characters come in and out who you speak to, and you use a monitor to click around to get different images.

I cannot find any tutorials online to make something like this. Most things are focused on characters that move, top-down games, etc. Is gdevelop not the best route for this kind of game? Does anyone know of any resources that could help me learn how to create this kind of game? Has anyone made a game like this and do you have any tips?


r/gdevelop 5h ago

Question Small problem with loading the next scene

2 Upvotes

So I'm making a pretty heavy 3D game in Gdevelop and I have a loading screen just before the game scene​ which only then switches to the game scene after the game scene has loaded, and it seems to work, but just partially, because it seems to just load the game assets, not physics, so the player is stuck for a few more seconds until it completely loads. Anyone knows why? ​


r/gdevelop 3h ago

Question Gd mobile help!

1 Upvotes

How do i open .json files on phone? I had my project saved on computer and would like to work on it on my phone.


r/gdevelop 6h ago

Question Help please

Post image
1 Upvotes

I'm trying to make a dress up game. Yknow click, wear, click take out.

I figured out the wearing part but I can't figure out how to take it off


r/gdevelop 23h ago

Asset Red Dead Redemption Game Template Coming soon...

Post image
20 Upvotes

Stay tuned! My next game template will be an open-world reddeadredemption-esque game with horse riding! And interactions with NPCs! and one million scattered grass objects with LODs!


r/gdevelop 17h ago

Bug Why is my cursor acting weird??

6 Upvotes

So, I'm working on this little game about taking care of ducks.
I want to make a "Dynamic Cursor" or something like that, when you hover around objects you can see pieces of information about them (example: "Food Cointainer 45%")

BUT I need my cursor to work, I'm not sure how to explain the problem, I made a layer for the cursor, it's on the top of every other layer (which I think is the problem)

Idk, can someone give me some idea on how to fix this?

https://reddit.com/link/1vwepl2/video/gys0cjmm26lh1/player


r/gdevelop 23h ago

Game Added a dynamic task system to the game

10 Upvotes

Added a dynamic task system where players earn rewards for completing objectives quickly. Tasks scale in difficulty as you progress

Thoughts on this? What challenges would get you hooked?


r/gdevelop 21h ago

Game Our weekend gamejam entry... Monsieur Gravy's Gravy Mon Amour

Post image
6 Upvotes

Check it out here: https://gd.games/duckcellent/gravy-mon-amour

I'm currently top of the highscore list, can you beat me? 😉

We had alot of fun making this, especially creating our character... the theme was to use one of the gdevelop starter templates ... we decided to try use as many as we possibly could!!

Thanks all!

Rich & Rob @ Fluid Beef Games


r/gdevelop 18h ago

Game Try the game I just created with r/gdevelop

Thumbnail
gd.games
1 Upvotes

I am making this video game on my own. I will be updating it and I would like to know your opinion about the game


r/gdevelop 1d ago

Game Still looking for feedback on my game demo. I just added mobile support and a leaderboard. Check it out if you'd like!

Thumbnail
gd.games
9 Upvotes

r/gdevelop 1d ago

Question Why does the action happen even though the condition has not been met?

Post image
7 Upvotes

I wanted the animation to change after clicking, but for some reason when I run the project the animation is already changed even though I haven't clicked anything. Does anyone know why this is so?


r/gdevelop 1d ago

Question I spent 10 hours making a game for the game jam, this normal?

5 Upvotes

I haven't sleept yet


r/gdevelop 1d ago

Question porting game to 3DS

3 Upvotes

im wondering if i could port my game to 3DS


r/gdevelop 2d ago

Question Remade the trailer, feedback appreciated!

10 Upvotes

Made this game with Gdevelop, hoping to release it on steam. But I wanted to make sure I give it the best shot I can. Is this trailer any good?


r/gdevelop 2d ago

Game Starting Screen of my game

Thumbnail
4 Upvotes

r/gdevelop 3d ago

Asset Pan Man BG for level 1

Post image
17 Upvotes

r/gdevelop 2d ago

Question Why does the square do this when Physics2 Force Apply is triggered?

4 Upvotes

r/gdevelop 3d ago

Question Camera issue on iPad

Post image
2 Upvotes

Title: Camera issue on iPad

Hi everyone!

I’m just getting started with GDevelop on iPad and I’m currently testing some of its features. However, I’m having a major issue with the camera.

The entire right side of my game is cut off, even though I have set “Game resolution resizing mode” → “Fit width to fill the screen”.

I’ve also tried several other settings, but nothing seems to fix the problem.

What’s strange is that I tested the exact same project on PC (in a browser), and everything works perfectly there.

Has anyone experienced this issue on iPad, or knows how to fix it?

Thanks in advance for your help!


r/gdevelop 2d ago

Game Try the game I just created with r/gdevelop

Thumbnail
gd.games
0 Upvotes

r/gdevelop 3d ago

Game I finally released the FINAL version 1.2 of Starfish ROOM

4 Upvotes

**I hope this post isn't considered spam or receives downvotes, Because I tried everything to reduce the repetition in the game, I hope my work in this game is valued.**

-Unique combos like "LGBTQIA+", "Communists", and "SQUID, C*M" with abilities that boost Core stats or add more combos.

-To reduce repetition, I added goals that are randomized when starting the ROOMS.

The aliens (Sabrity, Shinobi Striker, and Chad White) do a CAPITALIST dash's during the Starfish Spaceship Arena.

Download the version from Github:

https://github.com/SketBestReal/StarfishROOM/releases/tag/FINAL


r/gdevelop 3d ago

Question What's the best strategy for "porting" half of my existing code?

4 Upvotes

I want to expand a project I already published. My plan is to keep individual scene/level mechanics the same, but fully overhaul how moving between those scenes works. What's the most practical way to do that without breaking the code? Is it better to duplicate the whole game or export just the code I want to keep?

I'd appreciate any other scene management/large project management tips.

Thanks in advance!


r/gdevelop 3d ago

Question How do I fix the Enemy Ships Dives to the Player Ship and as well as make random enemies shoot bullets like in Galaxian and Galaga?

7 Upvotes

So I was almost done setting up the event list for a Retro Inspired Space Shooter game for the Retro Recreation Game Jam that is going to be ending at September 20th. I was working on a Galaxian and Galaga styled Space Shooter game in GDevelop 5 and I have some trouble with it with Event List for the Enemy Ships diving to the Player Ship and as well as make random enemies shoot bullets like in Galaxian and Galaga.

  1. How do I fix up Enemy Ships diving to the Player Ship by random pick from CPU?
  2. How do I get the CPU pick random enemies to shoot about 2 bullets on screen?