Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/phuang1024/swordfish

A chess playing engine with portable libraries.
https://github.com/phuang1024/swordfish

Last synced: about 2 months ago
JSON representation

A chess playing engine with portable libraries.

Awesome Lists containing this project

README

        

# Swordfish

A chess playing engine with portable libraries.

## Building

```bash
git clone https://github.com/phuang1024/swordfish
cd swordfish
make release
./build/swordfish
```