super(new Narrative("game player", "the glyph to be constrained by the pit", "the game has boundaries"));
}
public void specify() {
addScenario(new TheGlyphWillNotMoveRight());
addScenario(new TheGlyphWillNotMoveLeft());
addScenario(new TheGlyphWillNotMoveDown());
}