Lesser fork of lichess. https://spacecruft.org/deepcrayon/lila
Go to file
Thibault Duplessis ec6a233b09 Add cli project
2012-03-29 19:28:08 +02:00
app Add cli project 2012-03-29 19:28:08 +02:00
benchmark Update benchmark 2012-03-15 21:57:42 +01:00
chess/src Refactor and import more code from lichess 2012-03-29 19:12:23 +02:00
conf Refactor and import more code from lichess 2012-03-29 19:12:23 +02:00
project Add cli project 2012-03-29 19:28:08 +02:00
system/src Add cli project 2012-03-29 19:28:08 +02: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
bc Start implementing end game logic 2012-03-28 23:01:04 +02:00
README.md Safer positions 2012-02-23 14:44:58 +01:00
routes Handle alive expiry cache 2012-03-18 16:32:18 +01:00
todo Start implementing end game logic 2012-03-28 23:01:04 +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