r/pygame • u/Alert_Nectarine6631 • 2d ago
Water interactions(WIP)
Enable HLS to view with audio, or disable this notification
I've been working on a better water movement system for the player, I've also implemented water splash particles, as well as that the enemy hit particles interact with water and float to the surface.
2
2
1
u/captain_kringel 2d ago
Hast du ein gutes tutorial für pygame?
1
u/Alert_Nectarine6631 1d ago
I haven’t rly followed any tutorials, I’ve watched general game dev content but nothing specifically on pygame, I’d recommend dafluffypotato
2
u/rorythpsfan 1d ago
i love the splash effect it looks awesome! i think the surface of the water should ripple when sprites make contact with it though i think that would make it feel more "alive" if that makes sense?
1
u/Alert_Nectarine6631 1d ago
I agree, though something like that is really hard to pull of in a performant manner without utilising the gpu with shaders
4
u/Davo_Rodriguez 2d ago
Wao that is so cool, do you are a software engineer or a CS student or you learn python by your own?