Method MakeMove
MakeMove(Move)
Instruct the game to make the given Move. Returns true if the move was made. Note that during training, a move that was marked as invalid may occasionally still be requested. If this happens, it is safe to do nothing and request another move.
Declaration
public abstract bool MakeMove(Move m)
Parameters
| Type | Name | Description |
|---|---|---|
| Move | m | The move to carry out. |
Returns
| Type | Description |
|---|---|
| bool |