First things that is needed are the 32-bit layer libs and the right tool to hack the 32-bit .deb package.
Code:
sudo aptitude update && sudo aptitude safe-upgrade sudo aptitude install ia32-libs sudo aptitude install sudo aptitude install build-essential dpkg-dev fakeroot
Done.
Download Lost Labyrinth (.deb) to your Desktop.
Download
Code:
cd ~/Desktop mkdir lost-labyrinth dpkg-deb --extract lostlabyrinth_2.9.0.deb lost-labyrinth dpkg-deb --control lostlabyrinth_2.9.0.deb lost-labyrinth/DEBIAN nano lost-labyrinth/DEBIAN/control
Under Architecture: change i386 to amd64
Save (ctrl)+(o) and Exit (ctrl)+(x)
Code:
dpkg --build lost-labyrinth sudo dpkg -i lost-labyrinth.deb
Done.