Chess engine extension for turbowarp

id: 749367

category: Advanced Topics

posts: 2

dascoolguy- dascoolguy- loading
Hello there everyone, I am attempting to create a turbowarp extension and was told to come to this forum. The concept is to put a FEN into a block like this:
getmove[rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR]:: operators reporter
And use the stockfish.js program to get an output such as “e4” or something along the lines of that.
The initial plan was to paste the stockfish.js code directly into the extension, however I have no idea what functions do what in the code, and therefore don't know what functions to reference and run in order to make this work.

However, I do not know how to create turbowarp extensions. If someone could help me with this matter, it would be much appreciated.
Mr_rudy Mr_rudy loading
the turbowarp devs wrote a whole documentation for custom extensions here