io-chess
UCI chess engine
Loading...
Searching...
No Matches
main.cpp File Reference

Chess Engine Entry Point. More...

#include "uci/UCI.h"
#include <cstring>
#include <iostream>
#include <string>
Include dependency graph for main.cpp:

Functions

void printUsage (const char *programName)
int main (int argc, char *argv[])

Detailed Description

Chess Engine Entry Point.

Initializes the chess engine and handles command line arguments to start the UCI protocol interface.

Function Documentation

◆ main()

int main ( int argc,
char * argv[] )
Here is the call graph for this function:

◆ printUsage()

void printUsage ( const char * programName)
Here is the caller graph for this function: