3334353637383940
} private Coordinate randomizeStartCoordinates() { return new Coordinate( (int)( Math.random() * GAME_BOARD_WIDTH) , (int)( Math.random() * GAME_BOARD_HEIGHT ) ); }