--
You received this message because you are subscribed to the Google Groups "PicoChess" group.
To unsubscribe from this group, send email to picochess+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Javier
Wonderful new features book and training working in Picochess!!!
I have updated Picochess (please update the manual with "git stash" before "git pull")
The version says 0.14 but really is the 0.15 :)
You are right, it seems necessary to wait until the list of opening book moves is finished before enter another move.In the training mode when Picochess moves, first it displays the move and then the evaluation. There is no time between them and most times you only see the evaluation unless you have a computer conected to Picochess, so perhaps the order of displaying should be changed to avoid miss a move.
It is better a evaluation from white point of view as you said, in order to avoid confusion.In the training mode, Picochess moves following the corresponding time control of the game and can not be interrupted when you want.
This is perfect for training, but not for analysis, so I suggest to program a third "analysis mode" with the following features:You enter moves for both sides and Picochess analyse the current position without stop until the next move is entered.During the search, Picochess displays alternately (for example during two seconds every item) the best move and the evaluacion in centipawns from white point of view.
One idea is that you can follow the book lines like in training mode and you can start the thinking process, taking the white king and putting again in its square.If the implementation of above is too complicated then the search process should start from the beginning of the game without displaying book moves.
One important thing for theses modes is the possibility of take back more than one move, I have tried it and it doesn't work.