Tagged Questions
0
votes
1answer
69 views
Is this Pygame projectile code efficient?
Just wanted a few opinions on whether this game's code is efficient, from looking at it, it does look a bit all over the place but I just don't know how to 'tidy' it up to say so. Would love to hear ...
3
votes
1answer
60 views
Write and control Perlin noise for 1D
I'm reading this tutorial and it's the first time I try something this new.
Here is my attempt:
...
2
votes
1answer
240 views
Object Composition
So I have this Pygame 3.3.2 code of 2 classes. I tried to make it as simpler as possible, but ofcourse to show the problems I have with thedesign.
...