11121314151617
public ThePlayerMakesALine() { super(new Narrative("game player", "lines to disappear when I complete them", "I can progress the game")); } public void specify() { addScenario(new ThePlayerDropsTheGlyphToMakeALine()); }