Skip to content

samwestmoreland/chessengine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A (WIP) UCI-compatible chess engine

Quick start

There are two binaries. One is the UCI chess engine, which you can run with

go run ./cmd/uci/main.go

and the other is a magic number generator which you can run with

go run ./cmd/magics/main.go

To run unit tests, run

go test ./...

About

A chess engine

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages