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

Show multiple next move markers if a node has multiple child nodes #423

Open
herzbube opened this issue Apr 8, 2024 · 0 comments
Open
Assignees

Comments

@herzbube
Copy link
Owner

herzbube commented Apr 8, 2024

Currently the app shows just "A" if the current node has a child node in the current game variation.

New: Show "B, C, D, ..." if the current node has more child nodes.

Unclear:

  • Where to start with "A"?
    • Child node in current game variation? Which node should then get "B"?
    • First child node? Is probably the most logical because we could simply iterate from sibling to sibling. However the user will surely want to see which is the one in the current game variation. Use color?
  • What to draw if the same intersection is used by multiple child nodes?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant