Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 475 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 475 Bytes

ch3ckm8

Description

A chess engine which implements:

Bitboards for board representation. Alpha-beta pruning for move searching. Piece-Square tables for board evaluation. Fen String support to load arbitrary games and play them. A slice of the Universal Chess Interface (UCI) to allow challenges via lichess.org A command-line user interface

Usage

ch3ckm8 start new --depth 10
ch3ckm8 start new --growth

Architecture

Architecture