Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/phuang1024/swordfish
- Owner: phuang1024
- License: gpl-3.0
- Created: 2021-10-06T23:07:50.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-07T05:16:49.000Z (about 2 years ago)
- Last Synced: 2023-03-06T20:11:24.038Z (almost 2 years ago)
- Language: C++
- Homepage:
- Size: 293 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```