I built a 24/7 endless fish survival game using Pygame with procedurally generated music
Hey everyone,
I created a 24/7 live-streamed project where a fish swims, eats and grows endlessly using Python and Pygame.
Everything is built from scratch using pure geometry and vector math, which removes the need for external image assets. For the background music, I used numpy to generate continuous procedural pentatonic-scale tones to avoid copyright issues.
The script runs 24/7 with optimizations to keep CPU usage and memory stable during the infinite loop. You can see it running live here: