8000 GitHub - ColonelLanda/scalachess: Chess API written in scala. Immutable and free of side effects.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ColonelLanda/scalachess

 
 

Folders and files

NameName
Las B11E t commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

INSTALL

Build dependencies

git clone https://github.com/ornicar/scalalib
cd scalalib
sbt publish-local

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

About

Chess API written in scala. Immutable and free of side effects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 100.0%
0