Skip to content

Farewell To King is a reusable, light chess library to be written in C. It can be used for board representation, check legality, and game management for different chess applications.

License

Notifications You must be signed in to change notification settings

ewsandor/farewell-to-king

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Farewell To King - Chess library

Ed Sandor - November 2014 - 2023

Farewell To King is a reusable, lightweight chess library written in C.

It can be used to represent a game, to check move legality, and to perform other common chess related tasks for use in different chess applications. There is a optional chess strings library that provides utilities to represent a game in ASCII and to parse moves from text.

Quick Start

To build, run:

$ mkdir build
$ cd build
$ cmake ..
$ make

To test, run:

$ mkdir build
$ cd build
$ cmake ..
$ make
$ ./farewelltoking-test

About

Farewell To King is a reusable, light chess library to be written in C. It can be used for board representation, check legality, and game management for different chess applications.

Resources

License

Stars

Watchers

Forks

Packages

No packages published