Skip to content Skip to sidebar Skip to footer
Showing posts with the label Sprite

Why Do Group Lists In Pygame Have To Have "update" Functions, And Not Any Other?

I made a small particles application, but I was testing it and the function at the bottom has to be… Read more Why Do Group Lists In Pygame Have To Have "update" Functions, And Not Any Other?

Sliding Sprites

I want my sprite to slide like he's on ice. So if he's on ground then he can walk normally,… Read more Sliding Sprites

How To Make A Pygame Sprite Group Move?

I made a pygame.sprite.group for my enemies. I can display them on the screen, but I don't kno… Read more How To Make A Pygame Sprite Group Move?

How To Change A Sprite On The Screen After Pressing A Key In Pygame

I'm new to Pygame, and still learning Python. I'm using Python 3.4. I followed this amazin… Read more How To Change A Sprite On The Screen After Pressing A Key In Pygame

How To Use Sprite Collide In Pygame

I am making a very simple game where the bird (player) has to dodge the rock and if it gets hit by … Read more How To Use Sprite Collide In Pygame