We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49b03bc commit ccdb9f8Copy full SHA for ccdb9f8
1 file changed
wiki/Create-a-homemade-engine.md
@@ -3,7 +3,7 @@ As an alternative to creating an entire chess engine and implementing one of the
3
4
Steps to create a homemade bot:
5
6
-1. Do all the steps in the [How to Install](#how-to-install)
+1. Do all the steps in the [How to Install](./How-to-Install)
7
2. In the `config.yml`, change the engine protocol to `homemade`
8
3. Create a class in `homemade.py` that extends `MinimalEngine`.
9
4. Create a method called `search()` with an argument `board` that chooses a legal move from the board.
0 commit comments