Python Forum
[PyGame] Sprite Animation to create an explosion - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Game Development (https://python-forum.io/forum-11.html)
+--- Thread: [PyGame] Sprite Animation to create an explosion (/thread-30429.html)



Sprite Animation to create an explosion - Russ_CW - Oct-20-2020

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 :)


RE: Sprite Animation to create an explosion - metulburr - Oct-21-2020

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.


RE: Sprite Animation to create an explosion - Russ_CW - Oct-23-2020

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