Show HN: gboy.ts: A gameboy emulator in TypeScript for the browser and server
gboy-ts.vercel.appI've wanted to mess with variations of TwitchPlaysPokemon but on Bluesky and similar but couldn't find a DMG/gameboy emulator that fit my needs.
This runs in the browser, on the server, and on more limited environments like lambda and workers.
It supports dumping and loading save states, audio, and a debug CLI that lets you (or agents) use it from the terminal.
Without AI, this would have taken me days to make (I've tried in the past). With AI, it took a few hours, although I have experience with emulation and was able to guide the LLMs/impose judgement on some design decisions.
No comments yet.