Skip to content

Commit 5332699

Browse files
committed
eval lines use chess960 notation for uci
1 parent b706178 commit 5332699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/index.html.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"pvs": [ // list of principal variations
6161
"cp": // centipawn evaluation. Omitted if mate is certain.
6262
"mate": // mate evaluation. Omitted if mate is not certain.
63-
"line": // principal variation, in UCI format.
63+
"line": // principal variation, in UCI_Chess960 format.
6464
}</pre>
6565
<p>Each position can have multiple evaluations, each with a different number of <a href="https://www.chessprogramming.org/Principal_Variation">PVs</a>.
6666
<h3 id="eval_sample">Sample</h3>

0 commit comments

Comments
 (0)