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

sorting objects by coords #3

Open
SamKacer opened this issue Mar 19, 2019 · 1 comment
Open

sorting objects by coords #3

SamKacer opened this issue Mar 19, 2019 · 1 comment

Comments

@SamKacer
Copy link

One thing I was thinking while going down rute 32 on my new run. is how it is difficult to efficiently battle all the trainers, pick up items, pick trees, etc. in order while going down a new route.

What I found myself doing, since route 32 is north to south, cycling through the list of objects and going down to the next object that is the least number down from me. This way I will approximately take the most efficient route, like I would if I could see the screen.

However, the issue is that the list of objects isnt sorted, so I would have to cycle through the whole thing when I wanted to find the next thing to go to. This would be made much easier if the user could switch between the list being sorted by type of object, as it is now, and it being sorted either east-west or north-south.

I know this wouldn't be useful for every single map, but it would be useful for most of them.

@ddugovic
Copy link

ddugovic commented Mar 30, 2020

I agree; maybe have an option to sort by direction the player is facing. [volume warning] https://clips.twitch.tv/AttractiveSpunkyAlmondGivePLZ

For example, a player at X facing East could hear C D E B A because C is closest to the right, and B is closer than A to the left:

A
B  X  C D
   E

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

No branches or pull requests

2 participants