Skip to content

Peregrine-Chess/peregrine-chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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