Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Change Engine

Random Inventor edited this page Aug 30, 2021 · 2 revisions

How to change the engine used?

Changing the engine to an engine of your preference is simple. Just follow the following steps:

Firstly, you have to remove the engine used. To do this you need to put # at the start of these lines 16 to 18 in the dockerfile (or you can delete those lines).

Then you need to download the binary of the chess engine you want to used and in your GitHub repository, Click on Add files and the click Upload files and upload the binary of the chess engine you have downloaded.

Note: Make sure you download a linux binary that is supported by heroku (by default Stockfish is used, but the default engine name is chess-engine).

Then change the name of engine in 6th line of config.yml and 23rd line of Dockerfile to your binary file's name.

Clone this wiki locally