Skip to content

Commit

Permalink
Add name & author to UCI output
Browse files Browse the repository at this point in the history
  • Loading branch information
xu-shawn committed Mar 28, 2024
1 parent 516353c commit dbc31b1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ public static void UCIMainLoop()
System.out.println("readyok");
break;
case "uci":
System.out.println("id name weakEngine");
System.out.println("id author me");
System.out.println("id name Serendipity");
System.out.println("id author Shawn Xu");
for (var option : options.values())
{
System.out.println(option);
Expand Down

0 comments on commit dbc31b1

Please sign in to comment.