Method EvalMovePoints
EvalMovePoints(Move)
Method to be overridden when evaluating how many points a specific move will generate.
Declaration
protected virtual int EvalMovePoints(Move move)
Parameters
| Type | Name | Description |
|---|---|---|
| Move | move | The move to evaluate. |
Returns
| Type | Description |
|---|---|
| int | The number of points the move generates. |