10111213141516
public ThePlayerLosesTheGame() { super(new Narrative("game player", "to lose the game", "the game is a challenge")); } public void specify() { addScenario(new ThereIsNoSpaceForTheNextGlyph()); }