chunkyguy / Baislicka

A UCI compatible chess engine written in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:C 96.7%Language:C++ 2.0%Language:CMake 0.8%Language:Makefile 0.5%