Lesser fork of lichess. https://spacecruft.org/deepcrayon/lila
Go to file
2012-03-31 21:53:46 +02:00
app Add player version api call 2012-03-31 21:25:09 +02:00
benchmark Update benchmark 2012-03-15 21:57:42 +01:00
bin Tweak restart script and update todo 2012-03-31 20:14:56 +02:00
chess/src Fix chess960 test when target is a valid, non-castling move 2012-03-31 18:41:35 +02:00
cli/src/main/scala Remove unused mongodb field during import 2012-03-31 19:07:47 +02:00
conf Add player version api call 2012-03-31 21:25:09 +02:00
project Add mongodb migration and optimize for storage compaction 2012-03-29 23:37:01 +02:00
system/src Finish a game with a move 2012-03-31 21:53:46 +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 Finish a game with a move 2012-03-31 21:53:46 +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