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