irrlamb is a 3D game that probably involves a lot of physics and frustrating gameplay.
More info: Ubuntu Game List
Also check Synaptic package manager for irrlamb or Getdeb if they have an up-to-date ubuntu package available. Irrlamb have Ubuntu Package Available.
Make sure that the driver to your 3D graphic card is proper installed and working. Check if your sourcelist is correctly set.
Download the relevant libs that is needed to run irrlamb;
Code:
sudo aptitude update && sudo aptitude upgrade sudo aptitude install liblua50 liblualib50 libaudiere-1.9.4 bcp
Done.
The download is via the terminal;
Code:
cd ~/Desktop wget http://irrlamb.googlecode.com/files/irrlamb-0.0.5-bin.tar.gz tar zxfv irrlamb-0.0.5-bin.tar.gz nano irrlamb/Launch-irrlamb.sh
add the following;
#!/bin/bash
cd ~/.Games/irrlamb
./irrlamb
Save (ctrl)+(o) and Save (ctrl)+(x)
Code:
chmod +x irrlamb/Launch-irrlamb.sh mkdir ~/.Games mv irrlamb ~/.Games
Download the irrlamb.png to your Desktop.
Code:
cd ~/Desktop
mv irrlamb.png ~/.Games/irrlamb
alacarte
Go to Games and make a new entry;
Name: Irrlamb
Command: sh /home/USERNAME/.Games/irrlamb/Launch-irrlamb.sh
Icon: ~/.Games/irrlamb/irrlamb.png
Enjoy!