X-Moto is a 2D motocross platform game where the goal is to complete various levels as fast as possible by collecting all the strawberries and then reaching the flower.
If you don't want to compile source codes, check Synaptic package manager for x-moto or Getdeb if they have an up-to-date 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 compile, install and run X-Moto;
Code:
sudo aptitude update && sudo aptitude upgrade sudo aptitude install build-essential sudo aptitude install libsqlite3-dev libbz2-dev libsdl1.2-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev libsdl-image1.2-dev libglu1-mesa-dev liblua5.1-0-dev libode0-dev gettext bison libcurl3-dev
Done.
Download the lateste (or prefered) version of X-Moto to your Desktop;
Code:
cd ~/Desktop tar zxfv xmoto-0.3.3-src.tar.gz cd xmoto-0.3.3 ./configure --with-enable-zoom=1 make sudo make install
To the terminal;
Code:
sudo nano /usr/share/applications/x-moto.desktop
Add the following;
[Desktop Entry]
Name=X-Moto
Comment=X-Moto Screenshot 2D motocross platform game.
Exec=xmoto
Icon=/usr/share/app-install/icons/xmoto.xpm
Terminal=false
Type=Application
Categories=Application;Game;
Save (ctrl) + (o) and Exit (ctrl) + (x)
Code:
killall gnome-panel
Enjoy!!!