The latest installation of Riotball comes with new artwork, a spanking new interface, more music and numerous game play improvements! Bouncing coins and making highscores is even more addictive than before! Three levels of challenge now let you choose the correct level of difficulty, and you can quit and resume mid level!
[More Info]
Make sure that the driver to your 3D graphic card is proper installed and working.
Check if your sourcelist is correctly set.
Download 32-bit layers;
Code:
sudo aptitude update && sudo aptitude safe-upgrade sudo aptitude install ia32-libs wget http://www.boundlesssupremacy.com/Cappy/getlibs/getlibs-all.deb sudo dpkg -i getlibs-all.deb
Done.
Download RiotBall linux to your Desktop.
Download
Code:
mkdir ~/.Games
cd ~/Desktop
tar zxfv riotball_demo.tgz -C ~/.Games
getlibs ~/.Games/riotball/rball_reg
Done.
Download riotball.png icon to your Desktop.

cd ~/Desktop
mv riotball.png ~/.Games/riotball
nano ~/.Games/RiotBall-launch.sh
Add the following;
#!/bin/bash
cd ~/.Games/riotball
./run_riotball -f
Save [ctrl] + [o] and exit [ctrl] + [x].
Code:
chmod +x ~/.Games/RiotBall-launch.sh alacarte
Go to the Game section in Alacarte and push the New Item button. Fill in;
Name: RiotBall
Command: sh /home/USERNAME/.Games/RiotBall-launch.sh
Comment: Break bricks, bounce coins, collect gems, fight bosses, and make a big score in this fun breakout game.
Icon: ~/.Games/riotball/riotball.png
You can now launch from FreeOrion by Applications tab —> Games —> RiotBall
Enjoy!