Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.39 KB

README.md

File metadata and controls

14 lines (11 loc) · 1.39 KB

Actions Status Actions Status Actions Status Actions Status Actions Status codecov

CPlusPlusChess

=== 24-bit ANSI colored, console-based chess using C++17. Optional multi-threaded AI using Minimax with alpha-beta pruning. Fully configurable properties including: ply depth, thread pool size, optional AI time limit, all colors, and more. 94% code coverage for unit tests. This is basically a modern C++ version of my JavaChess project.