Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 527 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 527 Bytes

Chess API written in scala for lichess.org Build Status

It is entirely functional, immutable, and free of side effects.

INSTALL

Clone scalachess

git clone git://github.com/ornicar/scalachess

Get latest sbt on http://www.scala-sbt.org/download.html

Start sbt in scalachess directory

sbt

In the sbt shell, to compile scalachess, run

compile

To run the tests:

test