IFM -- Interactive Fiction Mapper ********************************* IFM is a language and a program for keeping track of your progress through an Interactive Fiction game. You can record each room you visit and its relation to other rooms, the initial locations of useful items you find, and the tasks you need to perform in order to solve the game. The IFM mapping commands are designed so that you can easily add to the map as you explore the game. You type in the rooms you visit and the directions you move in to reach other rooms, and IFM calculates the position of each room relative to the others. A map can consist of several independent sections, allowing you to divide up the map however you like. From version 5.2 onwards, the IF archive only contains the pre-built Windows version of IFM. The sources can be found at http://www.freewebtown.com/zondo/programs.html To build IFM from source on Linux/UNIX or Windows under Cygwin, you'll also need the Vars support library, also available from the same page.