Skip to content

DamasClasicas/berserk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Funcational Details

Board Representation and Move Generation

Search

Evaluation

Building

$ git clone https://github.com/jhonnold/berserk
$ cd berserk/src
$ make basic
$ ./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

Packages

No packages published

Languages

  • C 92.0%
  • Shell 5.8%
  • C++ 1.5%
  • Makefile 0.7%