Here is an example of playing the game:
2, 1 This roll = 3 Score = 3 3, 2 This roll = 5 Score = 8 3, 2 This roll = 5 Score = 13 5, 5 This roll = 20 Score = 33 4, 1 This roll = 5 Score = 38 6, 4 This roll = 10 Score = 48 2, 2 This roll = 8 Score = 56 4, 1 This roll = 5 Score = 61 4, 4 This roll = 16 Score = 77 2, 6 This roll = 8 Score = 85 1, 1 This roll = 4 Score = 89 5, 3 This roll = 8 Score = 97 3, 1 This roll = 4 Score = 101 2, 2 This roll = 8 Score = 109 1, 3 This roll = 4 Score = 113 6, 1 Your final score was 113 |
Notice how the program shows what dice were rolled on each turn. It also shows how many points you got on that roll. Notice how you get double the points for doubles (5 and 5 gives 20, 4 and 4 gives 16, 2 and 2 gives 8). It also shows the current score so far in that game (eg. after four rolls the score was 3 + 5 + 5 + 20 = 33). The game continued until they finally rolled a sum of 7 (a 6 and a 1). This is not an interactive game. It just plays until it is over showing you the results of each roll.
____ 18 Rolls 2 dice (2) _____ Shows results of each roll (2) _____ Gives running score (2) _____ Game ends correctly (3) _____ Correct final score (3) _____ Comments (Opening, Variable, Inline) (3) _____ Process Work (3) _____
|
basic version - JaneDoeA3.t version 3B - JaneDoeA3B.t version 3C - JaneDoeA3C.t version 3D - JaneDoeA3D.t