Make sure that the driver to your 3D graphic card is correctly installed and working.
Check if your sourcelist is fully enable (universe, multiverse and mediabuntu).
Next step is to download Compiling tools and the right libs to make Battle Tanks work. To the terminal;
Code:
sudo aptitude update && sudo aptitude upgrade sudo aptitude install build-essential scons sudo aptitude install libsdl1.2-dev libsdl-image1.2-dev libopenal-dev libalut-dev libvorbis-dev libsigc++-2.0-dev libexpat1-dev zlib1g-dev
Done.
Download Battle Tanks Source Code to your Desktop;
To the terminal;
Code:
cd ~/Desktop mkdir -p ~/.Games/BattleTanks tar jxfv btanks-0.5.4800.tar.bz2 cd btanks-0.5.4800 scons rm -rf src mv * ~/.Games/BattleTanks
Done.
Download the bt.png to your Desktop.
Code:
cd ~/Desktop mv bt.png ~/.Games/BattleTanks nano ~/.Games/BattleTanks/Launch-BattleTanks.sh
#!/bin/bash
cd ~/.Games/BattleTanks
./bt
Save (ctrl)+(o) and Save (ctrl)+(x)
Code:
chmod +x ~/.Games/BattleTanks/Launch-BattleTanks.sh alacarte
Go to Games and make a new entry;
Name: Battle Tanks
Command: sh /home/USERNAME/.Games/BattleTanks/Launch-BattleTanks.sh
Comment: “Battle Tanks” is a funny battle on your desk, where you can choose one of three vehicles and eliminate your enemy using the whole arsenal of weapons.
Icon: ~/.Games/BattleTanks/bt.png
Enjoy!