Barbarian is a remake of the classic game on various 8 and 16 bit systems (C64/Amiga/ST/etc).
The evil sorcerer Drax desires Princess Mariana and has sworn to wreak an unspeakable doom on the people of the Jewelled City unless she is delivered to him. However, he has agreed that if a champion can be found who is able to defeat his demonic guardians, the princess will be allowed to go free. All seems lost as champion after champion is defeated. Then, from the forgotten wastelands of the North, comes an unknown barbarian, a mighty warrior, wielding his broadsword with deadly skill. Can he vanquish the forces of Darkness and free the Princess? Only you can say…
[More Info]
Make sure that your sourcelist is correctly set.
Next you need is to install 32-bit libs to make Barbarian working;
Code:
sudo aptitude update && sudo aptitude safe-upgrade sudo aptitude install ia32-libs
Done.
Download Barbarian Linux version to your Desktop.
Download
Code:
mkdir -p ~/.Games/Barbarian
cd ~/Desktop
unzip barbarian101_linux.zip -d ~/.Games/Barbarian
chmod +x ~/.Games/Barbarian/Barbarian
Done.
Save barbarian.png to your Desktop.

cd ~/Desktop
mv barbarian.png ~/.Games/Barbarian
nano ~/.Games/Barbarian-launch.sh
Add the following;
#!/bin/bash
cd ~/.Games/Barbarian
./Barbarian
Save [ctrl]+[o] & Exit [ctrl]+[x]
Code:
chmod +x ~/.Games/Barbarian-launch.sh alacarte
Go to the Game section in Alacarte and push the New Item button. Fill in;
Name: Barbarian
Command: sh /home/USERNAME/.Games/Barbarian-launch.sh
Comment: Save Princess Mariana by one-on-one battles with demonic barbarians.
Icon: ~/.Games/Barbarian/barbarian.png
Done.
You can now launch Barbarian by Applications tab —> Games —> Barbarian
Enjoy