Is a Super Mario like game with the all famous Tux instead of Mario.

if you don't have it yet you will need the following libraries installed from my repository:
Code: Select all
wget http://oph.mdrjr.net/meveric/repository/all/libgl-odroid_20140315-1_armhf.deb
wget http://oph.mdrjr.net/meveric/repository/all/libglues-odroid_20140315-1_armhf.deb
wget http://oph.mdrjr.net/meveric/repository/all/libglew-odroid_1.10.0-1_armhf.deb
dpkg -i libgl-odroid_20140315-1_armhf.deb libglues-odroid_20140315-1_armhf.deb libglew-odroid_1.10.0-1_armhf.deb
Code: Select all
wget http://oph.mdrjr.net/meveric/repository/all/supertux2-odroid_0.3.4-1_armhf.deb
dpkg -i supertux2-odroid_0.3.4-1_armhf.deb
Since the libraries rely on OpenGLES it probably won't work on ODROID XU cause of the missing OpenGLES drivers (as far as i know)
SuperTux
I will later on check into the stable version 0.1.3 also called SuperTux (not SuperTux 2) the version 0.1.3 is running fine in SDL mode and should be available in your normal repository.
I had like 75 FPS running the game from debian wheezy repository in SDL and had about 80 FPS running it with the libGL. This version should run fine on the ODROID XU.
Update 1:
Just made a quick update to be in sync with current git status, as well to bring it into my repository.
You can download it from the all/testing package list simply by typing:
Code: Select all
apt-get install supertux2-odroid
if you do not want to download and install the game manually:
Code: Select all
wget http://oph.mdrjr.net/meveric/dists/all/testing/binary-armhf/supertux2-odroid_0.3.4-3_armhf.deb
wget http://oph.mdrjr.net/meveric/dists/all/testing/binary-armhf/libgl-odroid_20140723-1_armhf.deb
wget http://oph.mdrjr.net/meveric/dists/all/testing/binary-armhf/libglues-odroid_20140723-2_armhf.deb
wget http://oph.mdrjr.net/meveric/dists/all/testing/binary-armhf/libglew-odroid_1.10.0-1_armhf.deb
dpkg -i libgl-odroid_20140723-1_armhf.deb libglues-odroid_20140723-2_armhf.deb libglew-odroid_1.10.0-1_armhf.deb supertux2-odroid_0.3.4-3_armhf.deb
apt-get install -f