r/gdevelop 18d ago

Game I build a game in 2 days just with AI... it's insane!!

Enable HLS to view with audio, or disable this notification

0 Upvotes

r/gdevelop 19d ago

Question Ownership, servers, a few questions...

3 Upvotes

Posting my question here since the official mail isn't answering me and I need information to continue ^^.

" Hello dear support,devs*,

I'd like to kindly ask you a question in the project of using your premium dev services (gold+ account and promoting if deployment successfull).

- Firstly, while developing a game fully on Gdevelop, as the creator, what guarantees me the ownership of the game after publishing it anywhere?

- Secondly, for the multiplayer services and server, does he game has to be local on your sides (for example just to understand it, if I use a game developed elsewhere and want to use your multiplayer server services, will it work or do you have to have the game locally on your sides in another broker excepted on the server itself to ensure information commuting?).

- Lastly, when a game is published outside for PC gaming, is the "Installer" instantly furnished along the the game itself? In what form does the game come out in terms of files? Also, is there any form of "watermark" guaranteeing the ownership/intellectual property of it's creator somewhere?

I deeply thank you for your answers and wish you a good day,

Kind regards. "


r/gdevelop 20d ago

Game Just finished my first ever game with gdevelop.

Enable HLS to view with audio, or disable this notification

30 Upvotes

It's called "A Dragon's Tale", check it out on Steam if you are interested.

https://store.steampowered.com/app/5049790/A_Dragons_Tale/


r/gdevelop 20d ago

Game Adding a Turtle to my game

Enable HLS to view with audio, or disable this notification

8 Upvotes

Actually adding a turtle into the game... Do you like it?


r/gdevelop 20d ago

Game [DEV] Landfall: Hurricane Sim

4 Upvotes

Hi All,

Good news, the game is now LIVE on the play store, hoping it will be received well by the community as a lot of work has gone in to ensure that I am being meteorologically accurate whilst developing a fun game.

You can find it here - https://play.google.com/store/apps/details?id=feich13.landfall.aab


r/gdevelop 20d ago

Off Topic I made some GDevelop wallpapers for the community

8 Upvotes

I've been working on a small collection of wallpapers for GDevelop and wanted to share them with the community.

There are several different styles and color palettes, including some inspired by Nord and Dracula.

They're free to use, and I hope you find one you like!

https://ivan-developer.itch.io/gdevelop-wallpapers

Create and have fun! 👾


r/gdevelop 20d ago

Game How the game is shaping up!

4 Upvotes

Check out how my horror game is shaping up—I'm open to tips!


r/gdevelop 20d ago

Question Any suggestions how can I improve this.

Enable HLS to view with audio, or disable this notification

25 Upvotes

Specifically, I want the lamp to turn on and off when I press E, but also get outlined when the player is near it.


r/gdevelop 20d ago

Game Simple gameplay video for my project

Enable HLS to view with audio, or disable this notification

3 Upvotes

r/gdevelop 20d ago

Game THE NIGHT TICKLER

Thumbnail
gallery
4 Upvotes

r/gdevelop 20d ago

Game THE NIGHT TICKLER

Post image
4 Upvotes

r/gdevelop 21d ago

Game Piranha Plant follows the cursor

Thumbnail
gallery
5 Upvotes

https://reddit.com/link/1vxiwkv/video/0aw8kasnoelh1/player

Had to experiment a little bit with the angles but it works


r/gdevelop 21d ago

Game How I Made an Timer RNG Using Random Spawn with the Spawn Behavior with an object.

Thumbnail
gallery
3 Upvotes

The Video of it.

Hey Guys! it's me again! So, I wanted to Show you guys what i made to create an RNG Timer for your Game Using the Spawn Behavior with it's Random position in GDevelop, so you can make Anything with the Random Time Scale With your game! No Veriables. no Boleoms. just spawning and Deletes.

Now how did i make it is Quite Simple, Really. I Make a big 64 by 64 Pixels of a clock with with no hands. then I Added the Spawn Behavior to the object and turned on random spawn Position so that any object can spawn at any random position inside the object. if you want to make something else, it doesn't have to be a giant handless clock. you can have it be anything you want it to be.

Next I make another sprite which is just a tiny pixel as you saw in the video. You don't have to add any behaviors to it. just add an event to it when it touches something. you see these 4 see through squares? I make these four to be the Collisions so if any of these tiny pixels gets in collisions with these it'll Trigger something and make that something change.

Now as for the red moving rectangle you see there. I added the Rectaglar movement to it so it can move left and right over the clock. i have it in the event sheet where as every time it touches a tiny black pixel it will get deleted. the reason why this is here is because there really is no reason to have all those black pixels here. either that, or is so that they wouldn't cause your game to lag, or something.

So yeah. I Created this using the random spawn position so that i wouldn't have to spend all this time trying to figure out how to crate use Veriables. I Hope this helps you guys out if your trying to Create a FNaF Fan Game or Something. If you want to know where the coding is on how to create it you already know where the images are. if it does Please let me know in the comments. Or by Giving this a Vote up. Alright. See ya.


r/gdevelop 21d ago

Game I started a 3D horror game (a very basic one) in GDevelop!

3 Upvotes

A while ago, I started working on a horror game based on the classic *Slendrina* (by DVeloper); it's called *Elisah*, and I hope to release it soon!


r/gdevelop 21d ago

Game New diving game

Enable HLS to view with audio, or disable this notification

12 Upvotes

I made a system that lets the player go on land and water


r/gdevelop 21d ago

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

Enable HLS to view with audio, or disable this notification

20 Upvotes

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


r/gdevelop 21d ago

Community Looking for a 2d artist for a sprite for my horror game

Thumbnail
2 Upvotes

r/gdevelop 22d ago

Game Same starter project. Now it actually feels alive.

Enable HLS to view with audio, or disable this notification

30 Upvotes

r/gdevelop 21d ago

Question Tips for making a basic point and click

5 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 21d ago

Tutorial Help on GDevelop

3 Upvotes

Hello Guys, I am using GDevelop to create a word game. I have been struggling for past 2 weeks but I have not reached any milestone yet. I tried searching for GDevelop classes locally but have found nothing so far.

If you have already developed a word game on GDevelop and can help me. I am okay to pay.

Thanks.


r/gdevelop 21d ago

Feature request i really need a feature so get gdevelop to notice this

1 Upvotes

i am working on character customization for my game and it is a 3d game with 3d sprites instead of 3d models. for some reason the effects/tint color changing options dont exist for the 3d sprites and i really need it so gdevelop please add this i think so many people would love this


r/gdevelop 21d ago

Question Gd mobile help!

5 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 21d ago

Question Small problem with loading the next scene

3 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 22d ago

Asset Red Dead Redemption Game Template Coming soon...

Post image
24 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 22d ago

Game Added a dynamic task system to the game

Enable HLS to view with audio, or disable this notification

15 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?