Doom2D / d2df-sdl

Experimental port of Doom 2D: Forever to FPC and SDL
http://doom2d.org
10 stars 1 forks source link

D2DF-SDL

Doom 2D Forever adapted for use with the FreePascal Compiler and ported to SDL 1.2.

SDL2 Port

This port has been abandoned in favor of the SDL2 port, which is currently in development. For further information, see the official forums.

Building

Requirements

Instructions

Windows

Run build.bat. If it builds fine, the executable will be output to "./Bin/Doom2DF.exe". Don't forget that it will require SDL.dll, FMODEx.dll and ENet.dll to run.

Linux

Run

fpc -MDELPHI -O2 -FE../Bin -FU../Temp Doom2DF.dpr

in the "Game Source" directory.