jhonnold / berserk

UCI Chess Engine written in C
GNU General Public License v3.0
198 stars 30 forks source link
c chess-engine

AUR version

Berserk Chess Engine

Berserk

A UCI chess engine written in C. Feel free to challenge me on Lichess!

Strength

Rating Lists + Elo

Many websites use an Elo rating system to present relative skill amongst engines. Below is a list of many chess engine lists throughout the web (variance in Elo is due to different conditions for each list)

Tournaments/Events with Berserk

Functional Details

Board Representation and Move Generation

Search

Evaluation

Building

git clone https://github.com/jhonnold/berserk && \
cd berserk/src && \
make pgo CC=clang && \
./berserk

Credit

This engine could not be written without some influence and they are...

Engine Influences

Additional Resources