Lesser fork of lichess. https://spacecruft.org/deepcrayon/lila
Go to file
2012-03-04 00:49:18 +01:00
benchmark Benchmark the game server 2012-03-03 16:51:33 +01:00
chess/src First take at applying event moves to the stack 2012-03-04 00:49:18 +01:00
http/src/main/scala Start system implementation 2012-02-29 23:46:29 +01:00
project Test and implement event stack optimization 2012-03-03 23:52:57 +01:00
system/src First take at applying event moves to the stack 2012-03-04 00:49:18 +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
lila.conf Add external config 2012-03-01 00:19:36 +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