Skip to content

AaronBackman/chess-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chess Engine

What is this?

This is a chess program capable of playing chess at the same level as a master-level human. It is written in C programming language, for speed and efficiency. It implements the UCI (universal chess interface) protocol, so it can be connected to most desktop chess GUIs

How to use it?

The C source files must first be compiled, with gcc, for example
gcc -O3 -pthread *.c -lpthread -o engine
./engine

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages