What do you get out of that? The utility of having the end product (a generated game for an obsolete console) seems pretty small, and personally I would think the fun is in learning about the inner workings of the time capsule that is 90s hardware. Would you mind explaining?
While I agree with you, I think it's interesting that LLMs have progressed enough to be able to write working code even for niche and heavily-constrained platforms like the N64. I'm sure it helps that modern toolchains make that easier (I don't expect very many LLMs to be able to put up with the old Windows 9x or IRIX toolchains, to say the least!).
If your game fits in the bounds of N64 hardware it makes perfect sense IMO. You basically get virtually all modern platforms for free. Much easier than wrestling with all the modern API that are "platform independent" but not really.
I mean, there is plenty of people out there who enjoy the process of making a game(they have a really clear idea of gameplay mechanics they think would be fun when put together) but they really don't enjoy programming at all. I guess it's kinda the same - I Want to see my game happen, I don't want to code it. Which isn't that different from where all the other tools are leading us anyway. Nowadays you can make a video game by just downloading an engine and building everything using the included scripting language most of the time - no need to understand rendering, IO, input or anything else.
There's a time and place for everything.
Not the OP, but when I was kid I used to draw game level for 8-bit systems back when I wasn’t allowed on a computer (screen time).
My point is, people get enjoyment out of game design too. It’s not just about nerding out on technical specs.