#game digger
ubuntu 22.04 compile old game digger

First, you need to download digger-20020314.tar.gz from <https://digger.org/unix.html> and

cd ~/Downloads
tar zxvf digger-20020314.tar.gz
cd digger-20020314
sudo apt install libsdl1.2-compat-dev
make -f Makefile.sdl
./digger /A

!image
 
 
Back to Top