billjordanchess / Bitboard-Chess

Simple C++ chess playing program which uses bitboards
GNU General Public License v3.0
9 stars 2 forks source link

Bitboard-Chess

Simple C++ chess playing program which uses bitboards, similar to Basic-Chess. It is designed for teaching about chess programming.

There is an ebook and a paperback explaining the program. You can read of the first 10% of my book about this program at https://read.amazon.com.au/kp/embed?asin=B0842GRJ6L&preview=newtab&linkCode=kpe&ref_=cm_sw_r_kb_dp_hG7bFbRMG6FEA

Features include:

The engine can play a human or other engines using software such as Arena or Winboard. It can load positions for testing.