Show HN: SimTower, Decompiled, Rewritten, and in the Browserhttps://kvetch.io/conciliatower
I wanted to re-play SimTower but found it too difficult to get running through emulation. Instead, I worked for 6 months with Claude Code on a complete rewrite, replicating all the functionality from the a Ghidra decompilation of the binary, am AI-generated summary of the original source code and my memory of the gameplay. Then deployed it to the web as WASM. I wanted the original feel of the game, so didn't create new art. Instead, you load an original binary you provide, and the on-page code parses it and pulls out the original assets. I didn't look at a single line of code Claude wrote, buβ¦