Bounce bubbles, rescue hungry animals, and solve a mystery, all at the same time! Download FizzBall now, and get playing!
[More Info]
Make sure that the driver to your 3D graphic card is proper installed and working.
Next you need is to install 32-bit libs to make FizzBall working;
Code:
sudo aptitude update && sudo aptitude safe-upgrade sudo aptitude install ia32-libs
Done.
Download or move FizzBall for linux to your Desktop.
Code:
mkdir ~/.Games
cd ~/Desktop
tar zxfv FizzBallFULL.tar.gz -C ~/.Games
Done.
Save fb.png to your Desktop.

cd ~/Desktop
mv fb.png ~/.Games/FizzBall
nano ~/.Games/Fizzball-launch.sh
Add the following;
#!/bin/bash
metacity --replace &
cd ~/.Games/FizzBall
./run.sh
compiz --replace &
Save [ctrl]+[o] & Exit [ctrl]+[x]
Code:
chmod +x ~/.Games/Fizzball-launch.sh alacarte
Go to the Game section in Alacarte and push the New Item button. Fill in;
Name: Fizzball
Command: sh /home/USERNAME/.Games/Fizzball-launch.sh
Comment: Bounce bubbles, rescue hungry animals, and solve a mystery, all at the same time!
Icon: ~/.Games/Fizzball/fb.png
Done.
You can now launch FizzBall by Applications tab —> Games —> FizzBall
Enjoy