Game #23
@@ -183,7 +183,6 @@ public class Game implements GameSpecification {
|
||||
userInterface.printTrack(track);
|
||||
Direction direction = track.getCar(currentCarIndex).getMoveStrategy().nextMove();
|
||||
doCarTurn(direction);
|
||||
int winner = getWinner();
|
||||
if(allCarsCrashed()) {
|
||||
return NO_WINNER;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user