I am in the process of using Claude Opus 5 to build an N64 game, and it really works. I've written no code and it is able to build a fully functional game. I got it to write a skill for driving the Ares emulator via GDB Remote Serial Protocol and it uses that for its feedback loop.
[flagged]
How to Make a Nintendo 64 Game in 2026
11–20 of 313 posts
Re: How to Make a Nintendo 64 Game in 2026
#12Earlier quoted context omitted.
[flagged]
On the subject of learning something... Compare your comment to the sibling from Flashtoo. One is genuinely inquisitive and displaying willingness to learn, the other is just dunking all over someone.
If there’s elaboration on why an LLM is being used… do it in the original comment? Otherwise it’s just annoying and serves no purpose
Re: How to Make a Nintendo 64 Game in 2026
#13I am in the process of using Claude Opus 5 to build an N64 game, and it really works. I've written no code and it is able to build a fully functional game. I got it to write a skill for driving the Ares emulator via GDB Remote Serial Protocol and it uses that for its feedback loop.
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?
There's a time and place for everything.
Re: How to Make a Nintendo 64 Game in 2026
#14I'm tinkering with a PlayStation homebrew (voxel space renderer) and development for fifth generation consoles has never been easier. Modern toolchains, programming languages, dev cartridges and libraries from the community makes all the difference. Outside of some niceties like ICE (gotta write that GDB stub for target hardware at some point), it's not that different from what you'd experience with modern embedded w…
Re: How to Make a Nintendo 64 Game in 2026
#15Earlier quoted context omitted.
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?
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.
Re: How to Make a Nintendo 64 Game in 2026
#16References: [1] https://en.wikipedia.org/wiki/Palmer_Luckey
Re: How to Make a Nintendo 64 Game in 2026
#17Earlier quoted context omitted.
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?
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.
The plot-twist here is: The game design is made by Claude too :)
Re: How to Make a Nintendo 64 Game in 2026
#18Earlier quoted context omitted.
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.
I guess the curiosity here is in why game design for a modern target platform wouldn't garner the same enjoyment.
Re: How to Make a Nintendo 64 Game in 2026
#19Earlier quoted context omitted.
I guess the curiosity here is in why game design for a modern target platform wouldn't garner the same enjoyment.
It's just not the same. I made games for the PSP and Vita and it's "different" than making games for Windows or Playstation/Xbox. There's something about seeing your creation on a tiny handheld. I guess maybe nowadays we got desensitized to it because our phones are actual supercomputers which can run Fortnite without breaking a sweat, but making a device with 2MB of ram play your game as you imagined it is just hype…
Re: How to Make a Nintendo 64 Game in 2026
#20I'm tinkering with a PlayStation homebrew (voxel space renderer) and development for fifth generation consoles has never been easier. Modern toolchains, programming languages, dev cartridges and libraries from the community makes all the difference. Outside of some niceties like ICE (gotta write that GDB stub for target hardware at some point), it's not that different from what you'd experience with modern embedded w…
How did they do it back in the day? Was basically everything from the tooling etc. just created inhouse from scratch?