Lesser fork of lichess. https://spacecruft.org/deepcrayon/lila
Go to file
2012-03-06 22:38:23 +01:00
benchmark Update benchmark to match recent refactorings 2012-03-04 23:42:50 +01:00
chess/src Complete forsyth notation tests and implementation 2012-03-06 22:38:07 +01:00
http/src/main/scala Start system implementation 2012-02-29 23:46:29 +01:00
project Upgrade typesafe config to 0.3.0 2012-03-06 22:38:23 +01:00
system/src Upgrade build and fix possible issue with env building 2012-03-05 22:02:14 +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
todo Test correct player check 2012-03-04 15:18:42 +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