Skip to content

osheasienna/check-yo-self

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chess-king

C++ Chess AI

Build

This project uses CMake. To build:

mkdir build
cd build
cmake ..
make

The executable will be located at build/chess-king.

Usage

./build/chess-king -H <path to input history file> -m <path to output move file>
  • -H: Path to the input history file containing moves in UCI long algebraic notation.
  • -m: Path where the AI will write its next move.

Constraints

  • Pure C++ (STL only)
  • Single-threaded
  • No third-party dependencies

About

AI Chess-Engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages