In this scenario, we should be able to move a marble from the BASE to the START index (0) with either the 1 or the 6, however we don't actually get to choose which of those dice we want to use for this move. Ideally we would use the 1 to move to the START index and then use the 6 to move the marble at index 5 to index 11.
How can we allow a choice in this case?
Ideas:
When clicking on a move location where either die could be used, force the player to click the die they want to use. Maybe highlight the dice and show some UI text saying "Choose a die."
Change the turn flow so that a die (or both) must be chosen before selecting a marble to move. (I don't know if I like this idea very much)
Take the following scenario:
In this scenario, we should be able to move a marble from the BASE to the START index (0) with either the 1 or the 6, however we don't actually get to choose which of those dice we want to use for this move. Ideally we would use the 1 to move to the START index and then use the 6 to move the marble at index 5 to index 11.
How can we allow a choice in this case?
Ideas: