Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 368 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 368 Bytes

Chess API written in scala. It is functional, immutable, and free of side effects.

INSTALL

Clone scalachess

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

Get latest sbt (0.11.3) 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