File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ position by a sequence of legal moves. It includes the full game state. While it
1111may be arbitrary, we require a standard protocol because one could imagine a
1212pathological protocol where the GUI sends a list of legal moves, from which the
1313engine then selects one. This would reduce the exercise to writing the smallest
14- program which repeatedly choose the first move (say).
14+ program which repeatedly chooses the first move (say).
1515
1616For the first criteria we use the UCI protocol, in particular the following
1717commands are used: 'uci'/'uciok', 'isready'/'readyok', 'position' and
1818'go'/'bestmove'. While iota does obey the second requirement - so accepting
1919en-passent captures, under-promotions and castling - it will never castle
2020itself. Note that this is not a violation because if we have the option to
2121castle, then we always have the alternatives of simply moving either one of the
22- king and rook toward the other.
22+ king or rook toward the other.
2323
2424## Acknowledgements
2525I would like to give thanks to H. G. Muller (HGM) both for his engine MicroMax
You can’t perform that action at this time.
0 commit comments