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

When there are several paths to one square, let the user choose #1

Open
davidpomerenke opened this issue Nov 20, 2019 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@davidpomerenke
Copy link
Owner

At the moment, the fist (arbitrary) move is chosen:

(...).filter(...)[0] (in the setState action in App.moveResult in src/App.js)

It would be better if in this cases the user could choose between the paths in some intuitive way via the GUI. I don't know specifically which way.

@davidpomerenke davidpomerenke added enhancement New feature or request help wanted Extra attention is needed labels Nov 20, 2019
@davidpomerenke davidpomerenke removed the help wanted Extra attention is needed label Dec 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant