Ishadijcks.github.io icon indicating copy to clipboard operation
Ishadijcks.github.io copied to clipboard

Fix dungeon wall wrap issue

Open fujnw opened this issue 6 years ago • 2 comments

See @Aegyo comment for pictorial description of the issue. This is because the game thinks you're trying to access map[10] by wall-wrapping from map[9], and rejects your move right away. It does not give the option to check that map[11] has been visited.

fujnw avatar Feb 28 '19 00:02 fujnw

Can you please add a description to this pr?

Ishadijcks avatar Mar 03 '19 16:03 Ishadijcks

Step 1: Enter a dungeon and explore the last square of a line Step1

Step 2: Approach the first square of the next line from the right Step2

You are not able to move left from this position.

Aegyo avatar Mar 03 '19 16:03 Aegyo