I Used Python To Make A Level
Morxemplum 5
Joined Dec 2024
I'm aware that I'm not the first to generating stuff using a script, but I managed to reverse engineer the level format and create an entire level from it.

I call it "Programmer's Playground" and I may make this an entire series, dedicated to levels completely made from Python. Everything is made from Python. The level's blocks, stars, metadata, music selection, sky box, everything.

The first thing I decided to do is mess with gradients and make a neat circular pattern. I've had to nerf this level a couple of times because I underestimated how difficult it was to navigate circular moving platforms.

https://www.bopimo.com/levels/2071
fzorb 3
Joined Dec 2024
Really cool! I might make some sort of "blog post" or something about the .bopjson format and how you can interact with it