I am in the progress of developing a sensory type game on GDevelop, one of those sensory minigames I was thinking of making on it was a bubble game where you could pop the bubbles in different game modes.
However, there are not a single tutorial video on how to make a bubble game on GDevelop.
Yes, making a Bubble game in GDevelop is 100% possible. I have never played one before, but I can give some general game tips.
Break the game into smaller pieces. People on the forum are going to be much more likely to help if the problem is broken down. Start by figuring out what of it you know how to do, and then make topics on the forum for questions you might have.
Make a devlog for the game. Most of the time, GDevelop games get released and almost no one knows about them. Having a devlog is a great way to show others āIām making this in the game right nowā. Plus, people on here might have feedback/suggestions to help you improve!
Make sure to be descriptive. I personally havenāt played a game like that before, so Iām not what a āBubble Gameā is. Do the bubbles spawn from the bottom and float up? Do they randomly appear on the screen? What do the 3x and yellow Bubble do? Making sure to be a bit descriptive with your game idea will not only help others understand what you are making and how to help, but also help you break down the game idea into smaller parts.
Canāt wait to see how the game turns out when completed!
Thatās such an intriguing concept. Iāve never played with or tried to create digital bubbles.
Ideas.
Use on object timer on the bubbles. Randomize the interval each time it expires. Then add a force in a random direction.
I like the idea of adding wind. That would add a force to all of the objects so they donāt clump as much. The force applied could be affected by the distance from the wind source or the distance from the direct line of sight to the wind source or the size of the bubble.
The random force applied through the timer could be influenced by the current wind or the seperate forces could cancel each other out a bit.
The stronger force would win.
Bubbles could bounce off each other or maybe some could merge or clump a little. Not having played any game of this type. I donāt know how the bubble interact. You can use any method that you wish.
I canāt wait to see where this goes. It should involve a lot of really interesting concept.
Great idea! For a sensory game, the āfeelā is everything. Iād suggest starting with a simple āOn click/touchā event to change the bubbleās animation to a āpopā state before deleting it. Even without a specific bubble tutorial, any ābasic clickerā guide should get you 90% of the way there. Canāt wait to see a devlog of this!
Challenge gladly accepted. There doesnāt seem to be much to it unless Iām missing the point. I would advise all people to give details, links, gifs, videos etc of games they are trying to replicate. Make it easy for the people that you want help from.
So, I also, am not familiar with this game and didnāt look it up. I did a very basic version with a bubble drawn in Piskel. Didnāt do anything fancy for the bubble popping.
I gave the bubble the physics behavior and adjusted gravity for movement. I think the gravity range could have been anything, it didnāt have to be a value either side of zero. Actually, I first had the range at 0.6 to 0.7 and I think that was nicer.