Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix dungeon wall wrap issue #177

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fujnw
Copy link

@fujnw fujnw commented Feb 28, 2019

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
Copy link
Owner

Can you please add a description to this pr?

@Aegyo
Copy link
Collaborator

Aegyo commented Mar 3, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants