Skip to content

durant42040/AlphaChess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

258 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AlphaChess

A chess engine who is better than dhgf.

Getting Started

Client

cd client
pnpm dev

Server

cd server
cargo run

Engine

To test the engine, run

cargo test

Play against the engine with, for example

cargo play -- --side w --ponder 1000 --smp --threads 72

The engine will ponder for 1000ms per move and perform parallel search with 72 threads.

Run self-play with

cargo selfplay

Play against Stockfish with

cargo stockfish

To analyze a position

cargo analyze -- -f <fen>

About

A chess engine that is better than dhgf

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors