I have to say, co-pilot is pretty dang good at giving me simple algorithms for game rules.
It’s written quite a lot of my static scrabble game for me. Simple loops with variations that, yes, I could write myself. But it already did the boring grunt work.
It wrote a better version of “maybeScoreVerticalWord” than I did!