Example #1
0
 private static double divisor = .71428; // It's 5 / 7
 public CellValuer(MapCell cell)
 {
     this.cell            = cell;
     this.value           = cell.halite;
     this.closestDropDist = GameInfo.MyClosestDropDistance(cell.position); // store to save computing resources...
 }