Equites is a bunch of chess related code mostly implemented in Scala. Currently there is little usable from a chess player's point of view. But it can animate random Knight's tours :-) and talk with chess engines via the Universal Chess Interface (UCI).
Equites also provides some free to use web resources:
- Convert FEN placements to other formats:
- /api/fen/figurine/
- /api/fen/letter/
- /api/fen/wiki/
You can download the Equites sources in either tar.gz or zip formats.
The version control system used for development of Equites is Git. The Git repository can be inspected and browsed online at GitHub and it can be cloned by running:
git clone git://github.com/equites-chess/equites-core.git
Equites is free software and licensed under the GPLv3. The full text
of the license can be found in the file COPYING
in Equites'
source tree.