Added linux build info to FAQ

This commit is contained in:
Sebastian Lague 2023-07-22 05:14:34 +02:00 committed by GitHub
parent 20b3556031
commit bf1d0a1412
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,6 +56,6 @@ 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. 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 ## FAQ and Troubleshooting
Nothing yet * [Running on Linux](https://github.com/SebLague/Chess-Challenge/discussions/3)