U-Hexen (http://uhexen.sourceforge.net/) is a port of Hexen game
of Raven Software and Id Software to Simple Directmedia Layer library (SDL)
Build from source:
http://uhexen.sourceforge.net/uhexen-latest.tar.gz
Edit Makefile
Add -I/resources/indexes/include/SDL in line 44
Save your changes
Edit src/i_sdlvideo.c
Modify line 16 like this:
int SDLVFlags=SDL_HWSURFACE | SDL_ANYFORMAT;
Modify lines 383 & 384 like this:
SDLWidth=SDLMaxWidth=512;
SDLHeight=SDLMaxHeight=384;
Modify lines 408 & 409 like this:
if ((wid>modes[i]->w && modes[i]->w>=512) ||
(hei>modes[i]->h && modes[i]->h>=384)) {
Save your changes
Type make
To launch the game,type ./uhexen
IMPORTANT: If you want to save your game, you must create "/home/root/.hexendata/" directory before to start.