An open API service indexing awesome lists of open source software.

https://github.com/kgabis/kgchess

Chess implementation in a simple C library
https://github.com/kgabis/kgchess

Last synced: about 2 hours ago
JSON representation

Chess implementation in a simple C library

Awesome Lists containing this project

README

          

# kgchess

## About
kgchess is an implementation of chess in a form of a small C library. It manages game state and computes possible moves. It can be used to embed chess in your project or to write a chess ai. See ```example``` directory for a simple game client where you play against a rudimentary ai.

## My other projects
* [parson](https://github.com/kgabis/parson) - JSON library
* [kgflags](https://github.com/kgabis/kgflags) - command-line flag parsing library
* [agnes](https://github.com/kgabis/agnes) - header-only NES emulation library
* [ape](https://github.com/kgabis/ape) - programming language and with an easy to embed implementation

## License
[The MIT License (MIT)](http://opensource.org/licenses/mit-license.php)