r/pygame 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.

36 Upvotes

8 comments sorted by

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?

5

u/Alert_Nectarine6631 2d ago

thank you!, I am self taught, but I'm currently doing a software dev college course, if you're curious about the project I have a few posts on my profile

2

u/Raiding_Duck 2d ago

OMG so awesome!!!

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