mstan/TetrisGBRecomp — reverse-engineered prompt
Reverse engineered prompt
Build me a native PC version of the original Game Boy Tetris by statically recompiling the game ROM into a desktop app, not just wrapping it in an emulator. I want it to be fully playable with the title screen, menus, demo mode, A Type and B Type gameplay, plus music and sound effects working correctly.
Please make it so I can drop my own tetris.gb ROM into a roms folder, build it, and run the game on Windows as a normal executable. Use keyboard controls that feel like the Game Boy version, with arrows for movement, Z and X for the two buttons, Enter for Start, Tab for Select, and let Tab also work as a hold to turbo fast forward.
Keep the gameplay faithful to the original and avoid interpreter fallbacks if possible. If anything is missing or unclear, look up the current docs for the gb recompiled framework and wire up whatever is needed to make this repo build and run cleanly.
Want more depth? Deep Reverse