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.
- Host: GitHub
- URL: https://github.com/neysofu/zuloid
- Owner: neysofu
- License: gpl-3.0
- Created: 2018-05-30T14:56:18.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-11-04T22:43:48.000Z (over 5 years ago)
- Last Synced: 2024-10-12T14:20:57.994Z (over 1 year ago)
- Topics: chess-engine, machine-learning, neural-network, uci-engine
- Language: C
- Homepage:
- Size: 37 MB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.