Given all individual rolls in order, calculate total score
GameInput
- encapsulates individual rolls
BowlingGame
- calculates score based on GameInput
BowlingGameAcceptanceTest
- Passing these tests is a good indication of completion of functionality needed
Only restriction is not to change BowlingGameAcceptanceTest
class