From a561bceb0fd595f76984469cd2ee9faacad461dc Mon Sep 17 00:00:00 2001 From: Yoav Grimland Date: Mon, 18 Dec 2023 13:58:04 +0200 Subject: [PATCH] Fixed initialization step that wasn't present in example --- docs/cego/REVISION-1.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/cego/REVISION-1.md b/docs/cego/REVISION-1.md index 8caa3e0..48a7a2b 100644 --- a/docs/cego/REVISION-1.md +++ b/docs/cego/REVISION-1.md @@ -93,6 +93,9 @@ Below is an example of a communication between two Chess engines and a mediator, Each message is preceded by text of the form ` -> : `, where the `` and `` are one of the representations above. These indicate, respectively, the sender and receiver of the message. Comments start with `#`: ``` +# Both engines send that they have finished initialization, at different time frames +2 -> m: ready\n +1 -> m ready\n # First move. Both engine start with 30 seconds, with an increment of 1 second throughout. m -> 1: 30000000000 1000000000 30000000000 1000000000 rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1\n # Engine 1 thinks for 5 seconds.