Make sure that the driver to your 3D graphic card is proper installed and working.
Check if your sourcelist is fully enable (universe and multiverse).
Next, installation the correct libs, -devs and headers to compile Scourge;
Code:
sudo apt-get update && sudo apt-get upgrade sudo apt-get install build-essential scons sudo apt-get install bison libsdl1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev libgl1-mesa-dev libglu1-mesa-dev
Done.
Download Scourge source codes and Scourge Data to your Desktop.
Download
Code:
cd ~/Desktop tar zxfv scourge-0.20.src.tar.gz cd scourge scons sudo scons install cd .. sudo mkdir /usr/local/share/scourge tar zxfv scourge-0.20.data.tar.gz sudo mv scourge_data/* /usr/local/share/scourge
Done.
Save scourge.png to your Desktop.

cd ~/Desktop sudo mv scourge.png /usr/local/share/scourge/icons sudo nano /usr/share/applications/scourge.desktop
add the following;
[Desktop Entry]
Name=Scourge
Comment=S.C.O.U.R.G.E. is a cross platform, open source rogue-like game in the fine tradition of NetHack and Moria.
Exec=scourge
Icon=/usr/local/share/scourge/icons/scourge.png
Terminal=false
Type=Application
Categories=Application;Game;
Then save (ctrl)+(o) and exit (ctrl)+(x).
You can now launch Scourge by Applications tab —> Games —> Scourge
or by typing scourge in the terminal.
Enjoy!