bvoq / puzzlescriptmis

8 stars 0 forks source link

ellipsis bug #12

Closed increpare closed 5 months ago

increpare commented 3 years ago

I can't solve the first level of this in puzzlescriptmis - do you require "..." in ellipses to be a gap or not? (It seems like it doesn't let "[ player | ... | fruit ]" match "[player|fruit]", which it does in vanilla puzzlescript )

https://www.puzzlescript.net/play.html?p=17e594967677a04014fe32126e2dacea

bvoq commented 3 years ago

Thank you. The issue is an off-by-one in the corners to the right. For now adding a border of size 1 should be a workaround. Will publish changes with the next round of fixes.

bvoq commented 5 months ago

fixed in new version