#๐Ÿ”’ Bubble Shooter Game Debugging

8 messages ยท Page 1 of 1 (latest)

abstract citrus
#

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.

https://paste.pythondiscord.com/J5PQ

dire laurelBOT
#

@abstract citrus

Python help channel opened

Remember to:

  • Ask your Python question, not if you can ask or if there's an expert who can help.
  • Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
  • Explain what you expect to happen and what actually happens.

:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.

abstract citrus
#

Inside of my code there are some areas in two functions that have a to do list. Those are the things that I'm unable to do.

TO DO

Text here...

#

The font style is "Gotham Black Regular" but you can change it to Arial or something to run it

spiral iron
#

to the first problem you could just add a counter that gets reseted every 5 shots

dire laurelBOT
#
Python help channel closed for inactivity

This help channel has been closed. Feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.