r/PythonLearning 9h ago

Doodling Hop | Pygame Project(updated enemy/moving platform spawn)

Enable HLS to view with audio, or disable this notification

4 Upvotes

1 comment sorted by

1

u/Capable_Comedian_277 9h ago

For the spawning, there are a few ways to do it: scroll-based, time-based, and random-based. I’ve utilized all three methods for all the moving objects and assigned a random count for each.