Aleks31 / pychess

Automatically exported from code.google.com/p/pychess
GNU General Public License v3.0
0 stars 0 forks source link

UCI position command usage regression #813

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
<MrJones> btami: btw, PyChess has a notable issue with UCI too
<MrJones> it sets the position for UCI chess engines through FEN directly
<btami> MrJones: I feel this was my latest commits :(
<MrJones> that is not good, because then the engines are not aware of all moves 
that happened (that is important for engines that take care of threefold 
repetition and might even want to use it actively to end games in a draw)
<MrJones> a more useful and helpful way to set the position is through: 
position startpos <full history of moves in coordinate algebraic notation>

Original issue reported on code.google.com by gbtami on 8 Sep 2013 at 2:28

GoogleCodeExporter commented 8 years ago
This issue was closed by revision 2266c4b81c41.

Original comment by gbtami on 24 Sep 2013 at 5:33