Zooce / vexation

1 stars 0 forks source link

BUG - possible moves can be missing #19

Open Zooce opened 2 years ago

Zooce commented 2 years ago

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: