When I plan plot-heavy IF, I think of it in terms of a sequence of scenes. This doesn’t mean that the gameplay needs to be rigidly linear: scenes can occur in varying orders, or there can be plot branches, or scenes that can be skipped depending on player action. But I nonetheless do the organization in terms of scenes. A scene has a definite beginning and a definite end. It usually has to take place in a specific area of the game map (which may mean that the player triggers it by entering that area [as in City of Secrets] or that I move the player myself when the scene is scheduled to start). Following some writing advice I got long ago, I try to make most of the scenes end with some kind of clear hook. At the end of the scene, the player should ideally have a new take on what is happening, or a new problem to solve, or a new question about what is going to happen next. Exciting the player’s curiosity about something is especially powerful in getting the player to keep playing.
But the conventional writing advice tends to be insufficient when it comes to the types of scene that IF supports. I find that in interactive fiction my scenes tend to come in several styles, identifiable by the sort of interaction I expect from the player.
In rough order of intensity, they are
Continue reading “Plot, scene by scene”