A UCI chess engine written in C.
Join our Discord server.
Challenge Peregrine on Lichess.
Coming Soon
Grab the latest binary from the releases page and copy it to /usr/bin
, or build from source
make
# Clone the repo
https://github.com/aa2006/peregrine-chess
# Enter the repo directory
cd peregrine-chess
# Run make to compile
make
# To run it...
make run
# To install it...
make install # you may need to run this as root - use sudo/doas as required.
- @aa2006 for code.
- @segfaultdev for reformatting code.
- @nekodjin for updating README.md
- @DamieFC for adding extra to the duh