Skip to content

equites-chess/equites-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Equites, a Scala chess playground

Build Status Coverage Status Download

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).

Web resources

Equites also provides some free to use web resources:

Download

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

License

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.