Games And a puzzle bobble (bubble shooter) game?

melonZgz

Active Member
Licensed User
Longtime User
Hello there!
I've been missing for almost a year, and now I'm back and updating all my published games (some of them doing very well and others very bad at the store...). I'm having some free time this weekend, so I'd like to start a new one, just for fun
I can say that starting a new game is something like a therapy for me, because it is the most exciting and demanding, I always take it as a challenge, then the final part of the development of a game (and of every project) is something very mechanical and not very grateful...
Lets see what I've done:

There is still no check of anything, just shooting bubbles (hex map loaded from tiled), and I'm trying to get a "spring" effect (som rebound) when the bubble hits other bubbles. I think this kind of game can be interesting... everybody knows the game, and it works, as it's fun to play.
 

melonZgz

Active Member
Licensed User
Longtime User
Hi guys.
Well, finally done all the checks of neighbors, so a color match can be done, and if it's bigger than 3 all the bubbles are popped (I guess we all know the rules here...), and the floating bubbles will fall down:

Now I still have to do a lot more testing to find bugs (there might be some cases where the algorithm can fail), add animations for popping balloons, some particles here and there, trail effect for the ball...
 
Top