Add link to community-run discord server
This commit is contained in:
parent
2d0c07c13c
commit
87a2ef31eb
1 changed files with 2 additions and 1 deletions
|
@ -71,9 +71,10 @@ All names (variables, functions, etc.) are counted as a single token, regardless
|
||||||
* This should launch the project. If not, open an issue with any error messages and relevant info.
|
* This should launch the project. If not, open an issue with any error messages and relevant info.
|
||||||
* [Running on Linux](https://github.com/SebLague/Chess-Challenge/discussions/3)
|
* [Running on Linux](https://github.com/SebLague/Chess-Challenge/discussions/3)
|
||||||
* Issues with illegal moves or errors when making/undoing a move
|
* Issues with illegal moves or errors when making/undoing a move
|
||||||
* Make sure that you are making and undoing moves in the correct order, and that you don't forget to undo a move when exitting early from a function for example.
|
* Make sure that you are making and undoing moves in the correct order, and that you don't forget to undo a move when exiting early from a function for example.
|
||||||
* How to tell what colour MyBot is playing
|
* How to tell what colour MyBot is playing
|
||||||
* You can look at `board.IsWhiteToMove` when the Think function is called
|
* You can look at `board.IsWhiteToMove` when the Think function is called
|
||||||
* `GetPiece()` function is giving a null piece after making a move
|
* `GetPiece()` function is giving a null piece after making a move
|
||||||
* Please make sure you are using the latest version of the project, there was a bug with this function in the original version
|
* Please make sure you are using the latest version of the project, there was a bug with this function in the original version
|
||||||
|
* There is a community-run discord server [over here](https://github.com/SebLague/Chess-Challenge/discussions/156).
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue