10111213141516
public TheGlyphMovesAsTimePasses() { super(new Narrative("game player", "the glyph to move downwards as time passes", "the game is a challenge")); } public void specify() { addScenario(new ThePlayerSeesTheFirstGlyphMove()); }