File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ EFG 2 R "2 player game: chance plays last" { "Player 1" "Player 2" }
2+ ""
3+
4+ p "" 1 1 "" { "B" "T" } 0
5+ p "" 2 1 "" { "r" "l" } 0
6+ c "" 1 "" { "1" 1/2 "2" 1/2 } 0
7+ t "" 1 "Outcome 1" { 1, -1 }
8+ t "" 2 "Outcome 2" { 2, -2 }
9+ c "" 2 "" { "1" 1/2 "2" 1/2 } 0
10+ t "" 3 "Outcome 3" { 3, 3 }
11+ t "" 4 "Outcome 4" { 4, -4 }
12+ p "" 2 2 "" { "R" "L" } 0
13+ c "" 3 "" { "1" 1/2 "2" 1/2 } 0
14+ t "" 5 "Outcome 5" { 5, -5 }
15+ t "" 6 "Outcome 6" { 6, -6 }
16+ c "" 4 "" { "1" 1/2 "2" 1/2 } 0
17+ t "" 7 "Outcome 7" { 7, -7 }
18+ t "" 8 "Outcome 8" { 8, -8 }
Original file line number Diff line number Diff line change 1+ EFG 2 R "2 player game: chance plays last" { "Player 1" "Player 2" }
2+ ""
3+
4+ p "" 1 1 "" { "B" "T" } 0
5+ p "" 2 1 "" { "r" "l" } 0
6+ c "" 1 "" { "1" 1/2 "2" 1/2 } 0
7+ t "" 1 "Outcome 1" { 0, 0 }
8+ t "" 2 "Outcome 2" { -2, -2 }
9+ c "" 2 "" { "1" 1/2 "2" 1/2 } 0
10+ t "" 3 "Outcome 3" { 3, 3 }
11+ t "" 4 "Outcome 4" { 1, 1 }
12+ p "" 2 2 "" { "R" "L" } 0
13+ c "" 3 "" { "1" 1/2 "2" 1/2 } 0
14+ t "" 5 "Outcome 5" { 0, 4 }
15+ t "" 6 "Outcome 6" { 0, 2 }
16+ c "" 4 "" { "1" 1/2 "2" 1/2 } 0
17+ t "" 7 "Outcome 7" { 0, 5 }
18+ t "" 8 "Outcome 8" { 0, 3 }
Original file line number Diff line number Diff line change 1+ EFG 2 R "2 player game: chance plays at the root" { "Player 1" "Player 2" }
2+ ""
3+
4+ c "" 1 "" { "1" 1/2 "2" 1/2 } 0
5+ p "" 1 1 "" { "B" "T" } 0
6+ p "" 2 1 "" { "r" "l" } 0
7+ t "" 1 "Outcome 1" { 1, -1 }
8+ t "" 2 "Outcome 2" { 2, -2 }
9+ p "" 2 2 "" { "R" "L" } 0
10+ t "" 3 "Outcome 3" { 3, -3 }
11+ t "" 4 "Outcome 4" { 4, -4 }
12+ p "" 1 1 "" { "B" "T" } 0
13+ p "" 2 1 "" { "r" "l" } 0
14+ t "" 5 "Outcome 5" { 5, -5 }
15+ t "" 6 "Outcome 6" { 6, -6 }
16+ p "" 2 2 "" { "R" "L" } 0
17+ t "" 7 "Outcome 7" { 7, -7 }
18+ t "" 8 "Outcome 8" { 8, -8 }
Original file line number Diff line number Diff line change 1+ EFG 2 R "2 player game: chance plays at the root" { "Player 1" "Player 2" }
2+ ""
3+
4+ c "" 1 "" { "1" 1/2 "2" 1/2 } 0
5+ p "" 1 1 "" { "B" "T" } 0
6+ p "" 2 2 "" { "r" "l" } 0
7+ t "" 1 "Outcome 1" { 0, 0 }
8+ t "" 2 "Outcome 2" { 3, 3 }
9+ p "" 2 1 "" { "R" "L" } 0
10+ t "" 3 "Outcome 3" { 0, 4 }
11+ t "" 4 "Outcome 4" { 0, 5 }
12+ p "" 1 1 "" { "B" "T" } 0
13+ p "" 2 2 "" { "r" "l" } 0
14+ t "" 5 "Outcome 5" { -2, -2 }
15+ t "" 6 "Outcome 6" { 1, 1 }
16+ p "" 2 1 "" { "R" "L" } 0
17+ t "" 7 "Outcome 7" { 0, 2 }
18+ t "" 8 "Outcome 8" { 0, 3 }
You can’t perform that action at this time.
0 commit comments