Update README.md

This commit is contained in:
Sebastian Lague 2023-07-21 14:18:18 +02:00 committed by GitHub
parent a268bc3cad
commit 4996c4b582
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,7 +38,7 @@ You can submit your entry [here](https://forms.gle/6jjj8jxNQ5Ln53ie6).
* You may not use the unsafe keyword.
* All of your code/data must be contained within the _MyBot.cs_ file.
* Note: you may create additional scripts for testing/training your bot, but only the _MyBot.cs_ file will be submitted, so it must be able to run without them.
* You may not rename the _MyBot_ struct contained in the _MyBot.cs_ file.
* You may not rename the _MyBot_ struct or _Think_ function contained in the _MyBot.cs_ file.
* The code in MyBot.cs may not exceed the _bot brain capacity_ of 1024 (see below).
## Bot Brain Capacity