For some reason the opening settings page made me think this would be someone who just told claude to make a monkey ball style game.. maybe from seeing too much of that on HN. forgive me for that, this is awesome. As far as i can tell it's not even an emulator or a decompilation running in emscripten or anything like that, they remade the game in TypeScript. love stuff like this https://github.com/sndrec/WebMonkeyBal…
uh that code looks like claude to me
Super Monkey Ball ported to a website
51–60 of 89 posts
Re: Super Monkey Ball ported to a website
#52Re: Super Monkey Ball ported to a website
#53Is there any info how this was done?
The author commented on their ko-fi: "there isn't much to say that would require a big writeup - a lot of the code is already reversed, and anything that's missing can be yoinked from ghidra decomp output and cleaned up, so it's just a matter of transpiling to a different language. plus much of the game's proprietary formats are thoroughly documented by the modding community. time consuming but quite easy if you're j…
Re: Super Monkey Ball ported to a website
#54I completed stage 10 and it shot me into space but the timer kept going and then counted it as a failure and restarted the map.
Re: Super Monkey Ball ported to a website
#55[flagged]
Re: Super Monkey Ball ported to a website
#56Re: Super Monkey Ball ported to a website
#57It's genuinely impressive that generative AI has advanced to the point where this was possible, but it also feels like this was built backwards, extremely niche mechanics in the game are rendered nearly perfectly, where the base elements of the game had this been built from the ground up are implented wrongly or completely absent.
Re: Super Monkey Ball ported to a website
#58Re: Super Monkey Ball ported to a website
#59Earlier quoted context omitted.
Pull Request: chore: remove node_modules I don't see much of a reason to keep a copy of node_modules on the git repository considering they can be reinstalled for deployments and it is generally bad form. sndrec (the author): Thank you for this - I'm newbie at webdev so I wasn't sure what was and wasn't needed. I'll merge this soon. Haha, almost certainly Claude
I went through a bunch of the commits and didn't see a single comment. That definitely seems human to me.