Lesser fork of lichess. https://spacecruft.org/deepcrayon/lila
Go to file
2012-03-01 00:19:07 +01:00
benchmark Improve engine performances 2012-02-29 01:16:16 +01:00
chess/src Rename LilaTest to ChessTest 2012-02-29 23:48:55 +01:00
http/src/main/scala Start system implementation 2012-02-29 23:46:29 +01:00
project Start system implementation 2012-02-29 23:46:29 +01:00
system/src Add model conversion tests 2012-03-01 00:19:07 +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