Here’s a little thing I managed to create.
It started off as a little discussion with ChatGPT and ended with a Python and PyGame program that drew one spinning shape in the middle of the screen. I’m finding ChatGPT is quite good for coming up with code that I would have otherwise spent hours trying to figure out.

The code isn’t the most efficient, I’m using floating point maths all over the place – on a device with an eZ80 CPU that doesn’t have an FPU. Writing this to use fixed point maths is an exercise for future me.