added stock fish for move eval in uchess

This commit is contained in:
k 2025-10-21 19:13:10 -04:00
parent 10f81cf7f0
commit 6af6a16a77
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{pkgs ? import <nixpkgs> {}}:
with pkgs;
mkShell rec {
packages = [gdb zls uchess cutechess];
packages = [gdb zls uchess cutechess stockfish];
nativeBuildInputs = [
zig
];

View File

@ -5,12 +5,12 @@
"uciEngines": [
{
"name":"rat",
"engine":"./a.out",
"engine":"./zig-out/bin/RatChess",
"ponder":false
},
{
"name": "stockfish",
"engine": "/nix/store/5d7aqjdak73qlsimiismbj0m1h9b566j-stockfish-17/bin/stockfish",
"engine": "/nix/store/xrzjqi5m9yphj4p5wgpvnamxs38ap0wv-stockfish-17/bin/stockfish",
"hash": 128,
"ponder": false,
"ownBook": false,