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

https://github.com/neysofu/zuloid

A chess engine that's easy on the CPU but hard on opponents.
https://github.com/neysofu/zuloid

chess-engine machine-learning neural-network uci-engine

Last synced: 9 months ago
JSON representation

A chess engine that's easy on the CPU but hard on opponents.

Awesome Lists containing this project

README

          

# Zuloid

Zuloid is a chess engine written in C99. It is not a complete chess program and requires a UCI-compatible GUI (e.g. XBoard with PolyGlot, Scid, Cute Chess, eboard, Arena, Sigma Chess, etc.) in order to be used comfortably. Read the documentation for your GUI of choice for information about how to use Zuloid with it.

## Attribution

Zuloid is mostly original work, but it borrows several ideas and techniques from many other engines.

- Stockfish (GPLv3)
- Mr. Queen (MIT)

## Legal

The source code is Released under the terms of GPLv3. See [`LICENSE.txt`](LICENSE.txt) for more information.