Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

There could be several reasons why you are unable to observe the bullets you are creating in Pygame:

  1. The bullets might be drawn outside the visible screen area.
  2. The size of the bullets might be too small or too large to be easily seen.
  3. The bullets might be colliding with other objects in the game and disappearing.
  4. The bullets might not be drawn after being created.
  5. The bullets might be hidden behind other sprites or layers in the game.

You should check your code to make sure that the bullets are being created properly and that they are being drawn on the correct layer. You should also experiment with different sizes and colors for the bullets to make sure they are visible on the screen. Additionally, you may want to print out the positions of your bullets to ensure that they are being created and moving where you expect them to be.