New Rule Description: Multiple Lives
Given the game we decided to make some experiments adding some new rules. The first one we thought regards adding multiple lives to the pirates. This idea turns out to be very interesting because it gives a new dynamic in the decision and reasoning process: in fact, in case a pirate proposal is rejected, the next pirate will have the turn to make his proposal, but the previous pirate, instead of dying, still has a right to vote. Even if from an intuitive point of view the result may be different, if we reason on case based, or we look at the graph, we can see that the outcome is the same. By giving multiple lives, it's true that we add many more worlds, but when we reason, we find that since we have to consider the possible endings from the last one (the case where there are only two pirates alive), all we are doing is adding steps to the backward solution, but the last (so the first proposal of the first pirate) is still based on the possible future ones. A pirate's proposal always follows the same “rule”: give money to the pirates that wouldn't receive any in the next (future) solution; in this way we can secure a successful vote from them. The graph interprets the whole process step-by-step..