Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

command line option output pv with blunder #3

Open
ghost opened this issue Jan 30, 2021 · 0 comments
Open

command line option output pv with blunder #3

ghost opened this issue Jan 30, 2021 · 0 comments

Comments

@ghost
Copy link

ghost commented Jan 30, 2021

suggest option with --save-last-move maybe --save-pv-line, default false, like

game
[Event "?"]
[Site "?"]
[Date "????.??.??"]
[Round "?"]
[White "?"]
[Black "?"]
[Result "*"]
[PlyCount "4"]

  1. e4 e5 2. Ba6 Nf6 *

save-last-move/save-pv-line true output blunder and pv/score from engine

[Event "?"]
[Site "?"]
[Date "????.??.??"]
[Round "?"]
[White "?"]
[Black "?"]
[Result "*"]
[SetUp "1"]
[FEN "rnbqkbnr/pppp1ppp/B7/4p3/4P3/8/PPPP1PPP/RNBQK1NR b KQkq - 0 2"]
[PlyCount "17"]

  1. Ba6 Nxa6 3. Nc3 Bc5 4. d3 d6 5. Nf3 Nf6 6. h3 Bd7 7. O-O h6 8. a3 O-O 9.
    b4 Bb6 10. Bd2 Qe7 {-3.56/16} *

save-last-move true, save-pv-line false like now

[Event "?"]
[Site "?"]
[Date "????.??.??"]
[Round "?"]
[White "?"]
[Black "?"]
[Result "*"]
[SetUp "1"]
[FEN "rnbqkbnr/pppp1ppp/B7/4p3/4P3/8/PPPP1PPP/RNBQK1NR b KQkq - 0 2"]
[PlyCount "17"]

  1. Ba6 Nxa6 *
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants