- Swap with a pair in the other group
- Give a mark for each successful test case passed
-
Simple balls
[1,2] -> 3
-
Lots of simple balls
[0,0] [1,1] [1,1] [1,1] [1,1] [1,1] [1,1] [1,1] [1,1] [3,2] -> 21
-
Spare
[5,5] [6,2] -> 24
-
Gutter Spare
[5,5] [0,1] -> 11
-
Lots of Spares
[5,5] [5,5] [5,5] [5,5] [5,1] -> 66
-
Strike
[10,-] [6,3] -> 28
-
Gutter Strike
[10,-] [0, 0] [1, 1] -> 12
-
Lots of Strikes
[10,-] [10,-] [10,-] [10,-] [1, 1] -> 95
-
Spare at end of game
[1,1] [1,1] [1,1] [1,1] [1,1] [1,1] [1,1] [1,1] [1,1] [8,2] 5 -> 33
-
Strike at end of game
[1,1] [1,1] [1,1] [1,1] [1,1] [1,1] [1,1] [1,1] [1,1] [10,-] 8 1 -> 37
-
Super-Strike at end of game
[1,1] [1,1] [1,1] [1,1] [1,1] [1,1] [1,1] [1,1] [1,1] [10,-] 10 10 -> 48
-
Perfect game
[10,-] [10,-] [10,-] [10,-] [10,-] [10,-] [10,-] [10,-] [10,-] [10,-] 10 10 -> 300