Skip to content

A UCI compatible chess engine written in C

License

Notifications You must be signed in to change notification settings

shintakezou/Baislicka

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Baislicka

Description

A chess engine written in C. Uses bitboards with fixed shift fancy movegen.

Strength

  • CCRL Blitz rated ~2200 here
  • CCRL 40/15 rated ~2200 here

Build instructions

git clone https://github.com/kz04px/Baislicka
mkdir Baislicka/build
cd Baislicka/build
cmake ..
make

Tests

Some limited tests are included and can be run by using the above build instructions and running the resulting "baislicka-test" executable in the build directory.

Platforms

Both Windows and Linux are currently supported.

Special thanks

About

A UCI compatible chess engine written in C

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 96.7%
  • C++ 2.0%
  • Other 1.3%