Skip to content

TheBlackPlague/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!

Elo History

CCRL (40/15)

Rank #4

Version Elo TC
3.2.1 2935 40/15
4.2.0 3131 40/15
4.2.0 (4CPU) 3224 40/15
4.5.1 3294 40/15
6 3327 40/15
6 (4CPU) 3395 40/15
7 3387 40/15
7 (4CPU) 3435 40/15
8 3399 40/15
8 (4CPU) 3453 40/15
8.5.1 3422 40/15
8.5.1 (4CPU) 3467 40/15

CCRL (Blitz)

Rank #7

Version Elo TC
1.2.2 2160 2'+1"
2.0.0 2546 2'+1"
3.2.0 2896 2'+1"
4.1.0 3117 2'+1"
4.4.0 3316 2'+1"
4.4.0 (8CPU) 3467 2'+1"
6 3436 2'+1"
6 (8CPU) 3559 2'+1"
7 3488 2'+1"
7 (8CPU) 3600 2'+1"
8 3518 2'+1"
8 (8CPU) 3626 2'+1"
8.5.1 3540 2'+1"
8.5.1 (8CPU) 3638 2'+1"

Lars No SMP

Rank #2

Version Elo TC
2.0.0 ~2600 15'
3.0.0 2818 15'
3.2.0 2901 15'
4.0.0 3027 15'
4.1.0 3085 15'
4.2.0 3143 15'
4.3.0 3248 15'
4.4.0 3314 15'
4.5.0 3344 15'
5 3371 15'
6 3446 15'
7 15'
8 15'
8.5.1 15'

Other Lists with Berserk

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

Releases

No releases published

Packages

No packages published

Languages

  • C 94.9%
  • Shell 2.9%
  • C++ 1.5%
  • Makefile 0.7%