Here you can find another interesting example calculated by the program. How does the program change saved dice in the following case:
- Current combination of dice = 1,1,3,5,6
- Current combination of unused places = Ones & Fives & Small Straight
- Number of rolls left in the turn = 1
- Yahtzee box already used with zero value (Y=0).
The program changes the combination of the saved dice depending on the score already earned in the Upper Section:
Upper Score missing from the minimum of 63 points
|
dice to be saved for the next round from
11356
(0-not saved, 1-saved)
|
0
|
00110
|
1
|
00110
|
2
|
00110
|
3
|
00110
|
4
|
00110
|
5
|
00110
|
6
|
00110
|
7
|
11010
|
8
|
00010
|
9
|
00010
|
10
|
00010
|
11
|
00010
|
12
|
11000
|
13
|
11000
|
14
|
00010
|
15
|
00010
|
16
|
10010
|
17
|
11000
|
18
|
11000
|
19
|
00111
|
20
|
00111
|
21
|
10100
|
22
|
11100
|
23
|
11000
|
24
|
00111
|
25
|
00111
|
26
|
00110
|
27
|
00110
|
28
|
00110
|
…
|
…
|
62
|
00110
|
63
|
00110
|
|
|