Bills Bare Bones Chess

From Chessprogramming wiki
Revision as of 10:35, 24 July 2021 by GerdIsenberg (talk | contribs)
Jump to: navigation, search

Home * Engines * Bills Bare Bones Chess

Bills Bare Bones Chess aka Basic-Chess
a WinBoard compliant, didactic open source chess program by Bill Jordan, designed to show how a chess engine might work [1], written in C++. Bills Bare Bones Chess utilizes a one-dimensional 8x8 board, and applies alpha-beta search with transposition table, check extensions, capture search and history heuristic inside the iterative deepening loop. The simple evaluation relies on material, piece-square tables and pawn structure scores cached in a pawn hash table.

See also

Publications

Blog Posts

External Links

Chess Engine

Misc

References

Up one Level