Hello,
I am currently running into many issues while I'm finishing my game.
I would like to create a system of where every 5 bubbles shot, a new row would spawn in at the top in a hexagonal grid layout. Currently I have a system where a timer is being used but I would like to change that to the # of shots taken.
Another bug that I am facing are matching bugs, sometimes the bubbles match in certain cases but other times not.
There is also a floating bubble bug in certain cases the bubbles do not disappear
The last thing that I'm unsure is how to check if any bubble in the last row of bubble_grid[-1]
I will send all of the assets in case you would like to run the program as I have custom font, and bubble assets.