Tunnel is a game in which you control a capsule going down a tunnel, shooting other balls in the way. Tunnel is free software released under the GPL. The game has been tested on GNU/Linux and Windows.
For Windows, you can download and run the installer:
tunnel-1.2.exe
No extra downloads are necessary.
To compile from source code, you need to download the source:
tunnel-1.2.1.tar.gz.
You also need the SDL and the SDL_image libraries.
Uncompress the tarball:
gzip -cd tunnel-1.2.1.tar.gz | tar -xf -
cd tunnel-1.2.1
Then compile:
./configure
make
Then change to root to install:
su
make install
exit
To run, just type:
tunnel
If you do not want to install as root, use the option --prefix=/destination/directory to ./configure command. Then instead of the su, make install, and exit commands, you just need the make install command. To run, type /destination/directory/bin/tunnel.
You can visit my home page at http://www.tspiteri.org/.