←back to thread

56 points diasks2 | 5 comments | | HN request time: 0.826s | source

I developed a game called "Putter King Adventure Golf" for iOS and Android back in the 2010s. It's long since disappeared from the app stores, but my son recently asked if he could play it, which got me thinking about whether it might be recoverable.

I'm wondering if there's any way to find a copy of it somewhere on the web (I assume it was probably pirated at some point during its lifetime). And if I could find it, what would be the best approach to get it running again?

Has anyone here successfully recovered and revived their old mobile apps? I'd appreciate any suggestions on:

* Where to look for archived APKs or IPAs * How to sideload/run old mobile apps on modern devices * Whether emulators might be a viable option

Show context
fastball ◴[] No.45026276[source]
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.

replies(1): >>45026567 #
mrweasel ◴[] No.45026567[source]
I've lost so much code, photos and other digital assets over the years. I regret losing most of it, yet I can seem to get started on archiving the things I care about.

So many funny little project, so much code I'd like to revisit, so many photos lot.

Any recommendations on how to start a life as a digital hoarder?

replies(10): >>45026693 #>>45027118 #>>45027613 #>>45027855 #>>45028052 #>>45028399 #>>45028725 #>>45028765 #>>45029547 #>>45034075 #
sfn42 ◴[] No.45026693[source]
As far as software projects go I'd say GitHub or whatever VCS you prefer. For photos and documents etc you could look into cloud storage like OneDrive. A friend recently told me about filen.io which provides a similar service but with encryption. Not sure whether OneDrive also supports encryption.
replies(1): >>45027092 #
1. mrweasel ◴[] No.45027092[source]
I really want to store things locally though, and then just stick with cloud as backup. The problem is I also don't want to manage anything complex.
replies(2): >>45027147 #>>45028882 #
2. redundantly ◴[] No.45027147[source]
If you have a NAS you can run Gogs as a container for a git repo.
replies(1): >>45027225 #
3. cmrx64 ◴[] No.45027225[source]
if you have a NAS you can just use a bare git directory as a remote
replies(1): >>45027668 #
4. antonyh ◴[] No.45027668{3}[source]
I do this, works exceptionally well. It also works via a USB key.
5. swiftcoder ◴[] No.45028882[source]
You can store code locally in git, and only use GitHub as a backup. This is the "distributed" part of "distributed version control"