Skip to content

manage a chess game in Javascript using the scalachess library

License

Notifications You must be signed in to change notification settings

The-bot-makers/scalachess

 
 

Repository files navigation

scalachess.js

Manage a chess game in Javascript using the scalachess library.

scalachess

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 (with coverage):

clean coverage test
coverageReport

Code formatting

This repository uses scalafmt.

Please install it for your code editor if you're going to contribute to this project.

If you don't install it, please run scalafmtAll in the sbt console before committing.

About

manage a chess game in Javascript using the scalachess library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 68.9%
  • Scala 30.8%
  • Other 0.3%