Exemplo n.º 1
0
 protected override IMoveFindingStartegy GetSearchEngine(IFieldsGraph graph)
 {
     RawMoveFinders = new RawMoveFinders(new MovesFactory(), PlayersState.SecondIsOnTheMove(), options);
     return(RawMoveFinders.BfsCuttoffToWhite());
 }
Exemplo n.º 2
0
 public IMoveFindingStartegy BfsCuttoffToWhite()
 {
     return(_rawMoveFinders.BfsCuttoffToWhite().EnsureMoveIsValid());
 }