public IEnumerable <Direction> JumpableDirections() { return(MovementHelper.AdjacentPoints(CurrentPoint, Size)); }