maksimKorzh / bmcp

bare minimum chess program

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BMCP

Bare Minimum Chess Program

Overview

This program is dedicated to hobby programmers who aims to get the very gist of the chess programming. It's not written for speed or strength but rather for clarity and educational purposes.

Limitations

  • no 3 fold repetition detection
  • no 50 move rule detection

known bugs

  • doesn't find the closest mating line

YouTube tutorial series on this program

IMAGE ALT TEXT HERE

About

bare minimum chess program


Languages

Language:C 100.0%