From 779c7f8fb1d672ac632ea4e0114147015cd8e7b9 Mon Sep 17 00:00:00 2001 From: Sebastian Lague Date: Wed, 26 Jul 2023 10:14:34 +0200 Subject: [PATCH] Update readme with tournament startpos info --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0345441..0292e95 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,8 @@ There is a size limit on the code you create called the _bot brain capacity_. Th All names (variables, functions, etc.) are counted as a single token, regardless of length. This means that both lines of code: `bool a = true;` and `bool myObscenelyLongVariableName = true;` count the same. Additionally, the following things do not count towards the limit: white space, new lines, comments, access modifiers, commas, and semicolons. ## FAQ and Troubleshooting +* Will the final tournament games be played from the standard starting position, or from custom positions? + * Games will be played from the standard starting position. If tiebreak games are required, custom positions will be used. * [Unable to build/run the project from my IDE/Code editor](https://github.com/SebLague/Chess-Challenge/issues/85) * After downloading the project and installing .Net 6.0, open a terminal / command prompt window. * Navigate to the folder where Chess-Challenge.csproj is located using the `cd` command.