Lesser fork of lichess. https://spacecruft.org/deepcrayon/lila
Go to file
2012-04-01 18:10:45 +02:00
app Add nbGames action 2012-04-01 14:41:28 +02:00
benchmark Update benchmark 2012-03-15 21:57:42 +01:00
bin Tweak akka config and add reload-clean script 2012-04-01 15:44:29 +02:00
chess/src Test and fix promotion by capture 2012-04-01 17:42:41 +02:00
cli/src/main/scala Fix import-rooms command call 2012-04-01 14:41:50 +02:00
conf Tweak akka config and add reload-clean script 2012-04-01 15:44:29 +02:00
project Improve AI error reporting 2012-04-01 18:10:45 +02:00
system/src Improve AI error reporting 2012-04-01 18:10:45 +02:00
.gitignore ADd todo, tweak config and remove useless /routes file 2012-03-31 09:08:24 +02:00
.travis.yml Custom travis build script 2012-02-26 21:41:50 +01:00
bc More cli stuff 2012-03-30 15:47:07 +02:00
README.md Safer positions 2012-02-23 14:44:58 +01:00
todo Improve AI error reporting 2012-04-01 18:10:45 +02: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