Games from that time were actually running mostly in your browser. Meaning that the host, for example Miniclip served you the JavaScript and other files of the game which were then executed locally. So technically you could archive those games as long as you can load them up at least once initially.
How would browser games survive with that solution tho? They most likely require some server…
huangrydude@lm.boing.icu 10 months ago
TCB13@lemmy.world 10 months ago
Potentially yes, but for instance I’ve been looking for a way to have the following players offline and it seems harder than expected:
- weather.ambient-mixer.com/the-perfect-storm
- mynoise.net/NoiseMachines/rainNoiseGenerator.php
- mynoise.net/…/thunderNoiseGenerator.php
- mynoise.net/NoiseMachines/fireNoiseGenerator.php
Any tips?
centof@lemm.ee 10 months ago
If you logged and saved all the files the first one requested you could potentially make it work. You could manually change of the file paths in the html if you only doing a few of them. There’s only like 10 or so paths that would need to be modified. The PHP ones are likely harder to make work as php is a server side language and you don’t likely have easy access to PHP server and everything that goes with it.
Anyway thanks for the link to to mynoise.net. It looks like a well designed, carefully crafted website.
lud@lemm.ee 10 months ago
Most browser games are quite simple and aren’t running on a remote server.
TCB13@lemmy.world 10 months ago
Oh you mean the ones here: flashpointarchive.org and www.flashgamearchive.com