InteractiveFiction

Differences between revisions 4 and 5
Revision 4 as of 2011-04-26 04:03:45
Size: 2458
Editor: static-63-131-120-3
Comment:
Revision 5 as of 2011-04-26 04:13:32
Size: 2969
Editor: static-63-131-120-3
Comment:
Deletions are marked like this. Additions are marked like this.
Line 33: Line 33:
[[http://code.google.com/p/pyf/|PyF]] is another Python IF implementation that uses XML to create stories. It is a cross-platform interactive fiction development library for Python. It aims to make writing interactive fiction easy and efficient without a need to learn a specialized IF language. PyF uses XML to model the game world but allows the actual game logic to be written in pure Python. This separation of logic and actual game content aims to improve the workflow of writers and programmers alike.

Interactive Fiction (IF) in Ubuntu

Packages for Ubuntu

  • Gargoyle: an IF player where text is treated as art. Gargoyle is in Ubuntu universe.
  • Inform7: though not in Ubuntu, it runs on Maverick (packaged for Ubuntu). Currently doesn't run on Natty.

  • Myriad-Worlds: a Python IF experiment, based on Paul McGuire's PyParsing adventure engine example.

  • Isotope/Isomyr: projects that support basic text adventuring with isometric views.

Programming for Interactive Fiction

Python

Brian Wisti has put together a set of tutorials for Python beginners, using Interactive Fiction as the learning context:

  1. Interactive Fiction with Python

  2. Handling a Single Round

  3. Tying the Scenes Together

  4. Handling Multiple Turns

Paul McGuire made an example adventure game using PyParsing. It is now included in the examples which you can download from SF (link is on the project page). You can download Paul's PyCon 2006 presentation ("An Interactive Adventure Game Engine Built Using Pyparsing") here.

Python Universe Builder (PUB) is an Interactive Fiction module for Python. It provides a programming environment similar to that of Inform or TADS but runs under any Python interpreter.

PyF is another Python IF implementation that uses XML to create stories. It is a cross-platform interactive fiction development library for Python. It aims to make writing interactive fiction easy and efficient without a need to learn a specialized IF language. PyF uses XML to model the game world but allows the actual game logic to be written in pure Python. This separation of logic and actual game content aims to improve the workflow of writers and programmers alike.

IF Resources

InteractiveFiction (last edited 2011-04-26 04:16:17 by static-63-131-120-3)