Esempio n. 1
0
 private bool NotPreviouslyShot(Board board, Point shot)
 {
     return(!board.ShotAlreadyTakenAt(shot));
 }