It's possible to play laingame offline. The game itself is just bunch of static files, but js requires a web server.

This offline version contains a portable web server and game content.

  1. Download laingame.com executable (md5, sha256)
  2. Run it in terminal.
  3. It must works on any modern x86_64 desktop OS (Win,Lin,Mac,BSD). Thanks to APE and redbean.
  4. Open your favorite web browser and navigate to http://localhost:8080.
  5. Do not close the application window while playing.
  6. Use "Save" button in game menu to save your progress to the browser storage.
  7. Also you can rename com to zip and extract game content and host it on your own web server.
  8. Note: On *NIX systems don't forget to set running permissions.
    chmod +x ./laingame.com
  9. On systems with wine/mono installed, you probably need this workaround:
    sudo sh -c "echo ':APE:M::MZqFpD::/bin/sh:' >/proc/sys/fs/binfmt_misc/register"
  10. If you still have a issues try to run it as shell script expictly:
    sh ./laingame.com