Skip to content

Commit

Permalink
update 3check and antichess nnue (closes lichess-org/lifat#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Dec 22, 2024
1 parent 7eb27ba commit fe91f28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/ceval/src/engines/engines.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ export class Engines {
make: (e: BrowserEngineInfo) => new StockfishWebEngine(e, this.status, variantMap),
});
const variants: Variant[] = [
['antichess', '689c016df8e0'],
['antichess', 'dd3cbe53cd4e'],
['atomic', '2cf13ff256cc'],
['crazyhouse', '8ebf84784ad2'],
['horde', '28173ddccabe'],
['kingOfTheHill', '978b86d0e6a4'],
['threeCheck', '313cc226a173'],
['threeCheck', 'cb5f517c228b'],
['racingKings', '636b95f085e3'],
];
const browserEngines: WithMake[] = [
Expand Down

0 comments on commit fe91f28

Please sign in to comment.