A gameboy emulator in TypeScript (real webdev scares me, so I made an emulator)
Requres esbuild and typescript, install via npm.
Run
npm run buildIf you have http-server from npm you can run from the repo directory:
npx http-server
Right now it assumes there is ./tetris.gb available from the server.