Skip to content

Commit

Permalink
Add support for more strings from USI 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tellmarch committed Apr 25, 2024
1 parent 47b4561 commit dd0963f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ public static String fromUsiToUsfSTring(final String moveStr, final Player playe
case "rep_draw":
case "rep_inf":
case "rep_sup":
case "rep_lose":
case "rep_win":
return "REPT";
case "win":
return "VICT";
Expand Down

0 comments on commit dd0963f

Please sign in to comment.