Python Forum

Full Version: Sprite Animation to create an explosion
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi Folks,

Thought I would share a quick demo of how to create sprite animations in PyGame - in this case to create an explosion.

You can get the source code and images here: https://github.com/russs123/Explosion



Thanks,
Russ :)
This is actually a decently coded tutorial skimming through it. I often roll my eyes at random tutorials as they have bad coding habits. But this one isin par with how i would code it. If you code like this in every tutorial, i would be inclined to put your videos directly in the gaming tutorials.
Thanks, that's good to hear! Smile

I've been working on a couple of little games but I'll likely put together another tutorial soon and post it up here