Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 632 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 632 Bytes

Run chess.com torch engine as a standalone engine.

I used this to test the engine using CuteChess.

Prerequisite:

You must have NODEJS installed and in the PATH.

Download release: https://github.com/0wwafa/torch-v2/releases/latest

Or:

git clone https://github.com/0wwafa/torch-v2
cd torch-v2
gcc torch-2.c -o torch-2
node dl.js

just run torch-2 or torch-2.exe

or add the directory and executable as an engine in CuteChess.

image

image