For a game I'm making, I need to display the lives to the user. They are represented by 3 heart images I got from google. Each heart is an individual image.
When the user makes a mistake, I want one of the heart images to disappear on the screen. How can I do this?
I'm only a beginner and am making this on pygame.
Thank you.