Skip to content

Latest commit

 

History

74 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A UCI-compatible hobby chess engine written in Zig.

Features

Build

Requires Zig 0.16+.

zig build --release=fast

The resulting binary is written to zig-out/bin/chessengine.

Terminal mode

Play in the terminal:

./zig-out/bin/chessengine play

or

zig build run -- play

UCI mode

With no arguments, the engine runs in UCI mode. Use any UCI-compatible GUI to play it (e.g. cutechess)

./zig-out/bin/chessengine

License

MIT

About

UCI-compatible chess engine written in Zig

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages