Testing out Guix's relocatable builds feature. Seems to work pretty nicely. If you'd like to try:
$ mkdir supertux
$ cd supertux
$ wget https://dustycloud.org/tmp/supertux-tarball-pack.tar.gz
$ tar xvfz supertux-tarball-pack.tar.gz
$ ./supertux-bin/supertux2
(Warning: it's packing in everything, everything you use to run the game operating-system wise, so it's nearly 400mb.)
I generated like so:
$ guix pack -RR -S /supertux-bin=bin supertux
Not a new feature but first time I've tried it. Thrilling!