andrewschultz / stale-tales-slate

Three wordplay games in Inform 7.
5 stars 1 forks source link

Store W: give different initial descriptions for each new guardian that appears. #114

Closed andrewschultz closed 8 years ago

andrewschultz commented 8 years ago

Also note if one has been there before.

"Also there's [if wait-seer is off-stage]a[else]that[end if] sweatier wait-seer here."

"And as if that weren't enough, you also see [3rd guardian]

The Scope Copse can be treated as a special case, since it has 3 guys blocking no matter what, and it's a good introduction to the Badlands/Towers area. But after that, we need a way to type things up.

Test cases:

CREAKY/N/MUSCLY/N/PASTIER/E/FLEMISH/S and we will see the diners again. Note that hitting the Ravages can expose the 3rd-guy test case, as can hitting the Garden and the Cinema.

CREAKY/N/DINERS/E/HIMSELF/N/PASTIER/W

E N W

N N E S

E E N W

Also we might want a test case for if there is nothing there eg if we go E N N W clearing out the guardians as we go and then S to the Baldest Blasted Saltbed.

andrewschultz commented 8 years ago

The framework is in place, but right now the initial descriptions are pretty generic.