function sectorTestX( x, y, numberOfPlayers ) {
  var coord = sectorTest(x,numberOfPlayers);
  if( coord !== null ) {
    return coord;
  }