How to reduce coding/test time, increase reliability AND make a game look more professional
Home Introduction 3D Planetfall Maps Stationfall Blueprints
Planetfall Transcript Enchanter Transcript Beyond Zork Transcript Lurking Horror Elevator
PET Corner Doctor Who Micromouse Email Webmaster
Inform Interpreters How to write a Transcript How to reduce code/test time How to submit a transcript

x8 Inform Libraries

Simple, industrialise and use libraries. Inform allows .h library files to be incorporated into your programme all you have to do is include the command Include "AskTellOrder.h"; for example at the top of your programme usually after Include "VerbLib"; which must always be included. The comments in each library will tell you if your include command needs to go elsewhere. Most libraries have been heavily tested both by their programmer and in games that have been in general use so are highly reliable. Some are written for Inform version 5.5, the current version is 6.15 so this may cause some problems but Inform is designed to be backward compatible. Here are some of the libraries I have come across that I found useful. Which libraries you choose to use really depends on what your programme is going to do and how professional you want to make it.

Virtually all libraries currently available can be found at
http://www.ifarchive.org/indexes/if-archiveXinfocomXcompilersXinform6XlibraryXcontributions.html.