Check that your sourcelist is correctly set.
Next you need to install 32-bit libs to make Incursion working.
Code:
sudo aptitude update && sudo aptitude safe-upgrade sudo aptitude install ia32-libs
Download Incursion linux to your Desktop.
Download
Code:
mkdir -p ~/.Games/Incursion
cd ~/Desktop
tar zxfv Incursion*.tar.gz
cp -r Incursion*/* ~/.Games/Incursion
Done.
Save incursion.png to your Desktop;
Code:
cd ~/Desktop
mv incursion.png ~/.Games/Incursion
nano ~/.Games/Incursion-launch.sh
add the following;
#!/bin/bash
cd ~/.Games/Incursion
./incursion
Save [ctrl] + [o] and exit [ctrl] + [x].
Code:
chmod +x ~/.Games/Incursion-launch.sh alacarte
Go to the Game section in Alacarte and push the New Item button. Fill in;
Name: Incursion
Command: sh /home/USERNAME/.Games/Incursion-launch.sh
Comment: Incursion plays significantly differently then existing roguelikes.
Icon: ~/.Games/Incursion/incursion.png
You can now launch Incursion by Applications tab —> Games —> Incursion
Enjoy!