Update README with time control info
This commit is contained in:
parent
13a7c18e9a
commit
d347969234
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,8 @@ You can submit your entry [here](https://forms.gle/6jjj8jxNQ5Ln53ie6).
|
||||||
* You may not use the unsafe keyword.
|
* You may not use the unsafe keyword.
|
||||||
* You may not store data inside the name of a variable/function/class etc (to be extracted with nameof(), GetType().ToString(), and so on).
|
* You may not store data inside the name of a variable/function/class etc (to be extracted with nameof(), GetType().ToString(), and so on).
|
||||||
* Very clever idea though, thank you to [#12](https://github.com/SebLague/Chess-Challenge/issues/12).
|
* Very clever idea though, thank you to [#12](https://github.com/SebLague/Chess-Challenge/issues/12).
|
||||||
|
* If your bot makes an illegal move or runs out of time, it will lose the game.
|
||||||
|
* Games are played with 1 minute per side by default (this can be changed in the settings class). The final tournament time control is TBD, so your bot should not assume a particular time control, and instead respect the amount of time left on the timer (given in the Think function).
|
||||||
* All of your code/data must be contained within the _MyBot.cs_ file.
|
* 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.
|
* 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 or _Think_ function contained in the _MyBot.cs_ file.
|
* You may not rename the _MyBot_ struct or _Think_ function contained in the _MyBot.cs_ file.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue