Package eg.bowling
Interface Bowling
-
- All Known Implementing Classes:
BowlingGame
public interface Bowling
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
currentBall()
int
currentFrame()
boolean
gameOver()
boolean
isGameOver()
void
roll(int pins)
int
score(int frame)
int
scoreableFrame()
boolean
validGame()
-