Lesser fork of lichess. https://spacecruft.org/deepcrayon/lila
Go to file
2012-02-29 20:51:34 +01:00
benchmark Improve engine performances 2012-02-29 01:16:16 +01:00
chess/src Test and implement autodraw by lack of material 2012-02-29 20:51:34 +01:00
http/src/main/scala Rename LilaSpec to LilaTest 2012-02-28 18:57:47 +01:00
project Remove unsafe positions 2012-02-29 20:01:21 +01:00
.gitignore Update readme 2012-02-23 13:11:16 +01:00
.travis.yml Custom travis build script 2012-02-26 21:41:50 +01:00
README.md Safer positions 2012-02-23 14:44:58 +01:00
routes Reorganize code in subproject, add the http and benchmark projects 2012-02-26 20:58: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