Skip to content

Latest commit

 

History

History
48 lines (38 loc) · 1.36 KB

README.md

File metadata and controls

48 lines (38 loc) · 1.36 KB

Peregrine Chess Engine (PCE)

A UCI chess engine written in C.

Join our Discord server.
Challenge Peregrine on Lichess.

Installing

Windows and MacOS

Coming Soon

Linux

Grab the latest binary from the releases page and copy it to /usr/bin, or build from source

Dependencies

make

Build Instructions

# 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.

Credits