How to create bullets in pygame?

I know there have been several topics on this but I still can’t figure out how to make my ship shoot bullets.. I want to add to my MOUSEBUTTONDOWN bullets shooting from the ship as the sound effect plays. thanks for the help! import sys, pygame, pygame.mixer from pygame.locals import * pygame.init() size = width, … Read more