JasonLautzenheiser / trizbort

Trizbort, the Interactive Fiction Mapper
http://www.trizbort.com
Other
129 stars 35 forks source link

Feature (trivial stats): count which rooms have object descriptions ending in CR #373

Open andrewschultz opened 7 years ago

andrewschultz commented 7 years ago

Perhaps we should also only check if happens when the object description text is aligned at the top of the room.

Note that another way to squash this would be to zap any carriage returns at the end when we actually display the object description string.

https://gist.github.com/andrewschultz/6ba3fd0ad24fc14c68e814f2acefcfb0

ainslec commented 7 years ago

Add it as a validation, simple.

JasonLautzenheiser commented 7 years ago

This could be easy enough once we get the regular expressions in place (at least for the validation). If this is more for validation rather than an interesting stat that might be more generally useful, I'd rather leave it out as a stat and make it more of a validation.

Now having said that, we could (as a separate request) make custom stats available with the regular expression tool. So we could do this and so much more.

github-actions[bot] commented 4 years ago

Stale issue message