Skip to content

0wwafa/torch-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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