Skip to content

Commit

Permalink
Remove unclear usage of punctuation in CEGO revision 1
Browse files Browse the repository at this point in the history
  • Loading branch information
miestrode authored Jan 4, 2024
1 parent 8be6548 commit b034809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cego/REVISION-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ After the mediator receives the confirmation, it should send the engine a first
<YOUR-TIME> <YOUR-INCREMENT> <OPPONENT-TIME> <OPPONENT-INCREMENT> <CURRENT-BOARD-FEN>\n
```

where `<CURRENT-BOARD-FEN>` is the current position of the board, at the time of the engine's first move, in FEN notation. Note the increments which are a part of this message. `<YOUR-INCREMENT>` should be added to the time left for the engine once it makes its move. With this in mind, one can see that this protocol doesn't support timing methods, such as Bronstein.
where `<CURRENT-BOARD-FEN>` is the current position of the board, at the time of the engine's first move, in FEN notation. Note the increments which are a part of this message. `<YOUR-INCREMENT>` should be added to the time left for the engine once it makes its move. With this in mind, one can see that this protocol doesn't support timing methods such as Bronstein.

Once the engine makes it move, it should send a message of the form:

Expand Down

0 comments on commit b034809

Please sign in to comment.