Ask HN: How can I recover and run my old mobile game from the 2010s?

diasks2 | 56 points

I found an Android version of your game on 4pda, Russian forum about devices and apps: https://4pda.to/forum/index.php?showtopic=290300#entry102680...

torunar | 7 days ago

You can use Android Studio (or other virtualization / emulation) to set up an older version of Android and then you use one of the various sites that "archive" games:

https://developer.android.com/studio/releases/past-releases/... https://www.mobygames.com/game/54420/putter-king-adventure-g...

I've used Bluestacks to play the entire somewhat recent Monkey Island game on PC because I could not be bothered to play it on my phone but I have no idea how far back their versions go.

r0ckarong | 6 days ago

Try searching this:

  "Putter King Adventure Golf" "apk"
It brings up a few possibilities, many in other languages. Possibly these, but I haven't actually downloaded it and they seem a bit dodgy:

https://www.dertz.in/games/download-Putter-King-Adventure-Go...

https://apkpure.com/cn/putter-king/com.putterkingllc.putterk...

mkl | 6 days ago

Where did the source code go?

I have all the code from dumb little games I made (and never released) from almost 20 years ago.

fastball | 6 days ago

How about making a new game with help from your son (even if it’s ideas) and making some new memories? ;-)

The problem I found is that a lot of the stuff I made is tied to the hardware, OS and SDKs I used to make and run it (especially PalmOS and J2ME stuff - although Apple is just as bad.)

Luckily I’ve been able to find an emulator called Cloudpilot Emu to run some of my old PalmOS games in the browser.

I think if I was doing a game now and wanted to be able to look back on it in 10 to 20 years time I’d be doing it in C with SDL or JavaScript - although you’re betting on those being around. Or at least some virtual machine / runtime that could be ported to some new OS / platform.

pikuseru | 6 days ago

The Tiger Woods PGA Tour game on IPhone in the 2010s was a full fledged PGA tour game with fun entirely 3D golf courses and a full career of tournaments and points to earn and spend, I consider the best full 3D game ever on IPhone and spent many hours playing it

mclau157 | 6 days ago

Considering the website is on your Github, are you sure the game code isn't there too in a private repo? https://github.com/diasks2/putterking

jmkni | 6 days ago

As far as playing it, one of my kids uses BlueStacks[1] a lot to play old/beta/abandoned mobile games. It's like an emulator that lets you run mobile APKs on PC. That would be way easier than trying to find an old phone and actually playing it on a mobile device.

[1] https://en.wikipedia.org/wiki/BlueStacks

claudiulodro | 6 days ago

if you do find an .apk and didn't obfuscate it with proguard (I can't remember if proguard ran default in the release pipeline in Eclipse ADT...which...ew) you can use jadx to decompile your .apk and recover the structure of your source code!

https://github.com/skylot/jadx

juris | 6 days ago

I'm not sure where to find the APKs/IPAs, but once you do, I wonder if using Claude Code or some other LLM tools could help you update the app (or reverse engineer) for modern OS versions. It's something that I've been thinking to do for my 2012 obsoleted microjournaling app.

jimkleiber | 6 days ago

[dead]

felishiagreen12 | 2 days ago

[dead]

lihaciudaniel | 5 days ago