Skip to content

gab8192/berserk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

UCI Chess Engine written in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 91.1%
  • Shell 6.5%
  • C++ 1.3%
  • Makefile 1.1%