Lesser fork of lichess. https://spacecruft.org/deepcrayon/lila
Go to file
2012-02-25 01:50:34 +01:00
project Upgrade scalalib and introduce implicit failures 2012-02-24 15:54:46 +01:00
src Implement check, checkmate and stalemate 2012-02-25 01:50:34 +01:00
.gitignore Update readme 2012-02-23 13:11:16 +01:00
.travis.yml Configure travis notifications 2012-02-23 22:33:30 +01:00
README.md Safer positions 2012-02-23 14:44:58 +01:00

lichess.org in scala

Complete rewrite of lichess.org using scala and play2-mini.

Prerequisites

Installation

git clone git://github.com/ornicar/lila && cd lila

Run tests

sbt test

Start http server on port 9000

sbt run

Credits

Chess logic based on Synesso scala chess