herzbube / littlego

Little Go. An iOS application that lets you play the game of Go on the iPhone or iPad.
https://littlego.herzbube.ch/
Apache License 2.0
138 stars 54 forks source link

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

Open herzbube opened 4 months ago

herzbube commented 4 months ago

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: