OpenTTD

Installation - Debian/Ubuntu Linux

download .deb file
wget "http://network-games.eu.org/download/OpenTTD.deb
and install
sudo dpkg -i openttd*.deb
for solve dependencies
sudo apt-get -f install
and try install again

then download graphics files
wget "http://network-games.eu.org/download/OpenTTD+-+graphics
move into installation directory and unzip
sudo mv ttd-graphics.zip /usr/share/games/openttd
cd /usr/share/games/openttd
sudo unzip -u ttd-graphics.zip
sudo rm ttd-graphics.zip

More