torch
torch
Prince of Persia: Original Trilogy

Creates simple images from Prince of Persia 1 and 2 level files (PLV).

Source code: drawmap-0.4.tar.gz (141KB)

Download old versions:
- Binary for Windows: drawmap-bin-win32_02Apr2007.zip (1.9M)
- Binary for Suse: drawmap-bin-suse_12Mar2007.tar.gz (15KB)
- Source code: drawmap-src_23Sep2006.tar.gz (7.5KB)

See also its current forum thread.


To compile old versions:
- sudo apt-get install libmagickwand-dev
- Remove all "inline" from drawmap.c.
- gcc drawmap.c `pkg-config --libs MagickWand` `pkg-config --cflags MagickWand` -o drawmap