From 2fcacc815d390d294e613ffeed700c9d0f561ffb Mon Sep 17 00:00:00 2001 From: Taylor Bockman Date: Mon, 11 Dec 2017 10:09:24 -0800 Subject: [PATCH] lol --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 455d565..f206f24 100644 --- a/README.md +++ b/README.md @@ -47,3 +47,9 @@ that will help you send data to, and receive data from the GUI. Your engine will first need to wait on STDIN for a command `uci` from the GUI. This indicates that your engine should switch to UCI mode. You can use `commands::UCI` to make sure the command text you are waiting for is correct. + + +Next, you'll need to create a copy of `Engine` by calling `Engine::new`. Once this is setup, you can call +`Engine::identify` to send identification information to the GUI. + +