Ishadijcks / Ishadijcks.github.io

PokéClicker
15 stars 32 forks source link

Fix dungeon wall wrap issue #177

Open fujnw opened 5 years ago

fujnw commented 5 years ago

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.

Ishadijcks commented 5 years ago

Can you please add a description to this pr?

Aegyo commented 5 years ago

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.