Lesser fork of lichess. https://spacecruft.org/deepcrayon/lila
 
 
 
 
 
 
Go to file
Thibault Duplessis babf2c5819 upgrade flatpickr 2018-05-11 18:47:40 -05:00
.github no markdown in issue template 2018-04-08 14:53:47 +02:00
app upgrade flatpickr 2018-05-11 18:47:40 -05:00
bin make bin/cli-prod oauth token 2018-05-08 05:22:13 +02:00
conf no longer reload forum posts on homepage 2018-05-11 22:34:31 +02:00
doc supercharge game export by IDs 2018-05-08 01:13:12 +02:00
modules no longer reload forum posts on homepage 2018-05-11 22:34:31 +02:00
project refactor shit like there's a tomorrow 2018-05-07 00:40:17 +02:00
public upgrade flatpickr 2018-05-11 18:47:40 -05:00
translation New Crowdin translations (#4350) 2018-05-10 04:06:37 +02:00
ui no longer reload forum posts on homepage 2018-05-11 22:34:31 +02:00
.gitignore minified riohacha pieces should not be tracked 2017-12-05 21:29:10 +01:00
.gitmodules upgrade flatpickr 2018-05-11 18:47:40 -05:00
.scalafix.conf more scalafix fun 2017-10-21 16:03:14 -05:00
.travis.yml travis: no longer need to update yarn 2017-12-24 00:00:03 +01:00
CONTRIBUTING.md update link to basic tag 2017-11-24 02:10:56 +01:00
COPYING.md remove disqus 2018-03-08 23:28:41 -05:00
LICENSE switch to agpl-3.0+ 2016-10-12 20:23:38 +02:00
README.md move old api doc 2018-04-04 04:56:46 +02:00
build.sbt ditch jwt for oauth 2018-04-30 05:10:01 +02:00
crowdin.yml go for update_without_changes 2017-06-01 21:27:53 +02:00
package.json tournament calendar WIP 2017-12-11 10:51:54 -05:00
yarn.lock upgrade ui/ dependencies 2018-04-15 01:31:50 +02:00

README.md

lichess.org

Build Status Crowdin Twitter

lichess.org

Lila (li[chess in sca]la) is a free online chess game server focused on realtime gameplay and ease of use.

It features a search engine, computer analysis distributed with fishnet, tournaments, simuls, forums, teams, tactic trainer, a mobile app, and a shared analysis board. The UI is available in more than 80 languages thanks to the community.

Lichess is written in Scala 2.11, and relies on Play 2.4 for the routing, templating, and JSON. Pure chess logic is contained in scalachess submodule. The server is fully asynchronous, making heavy use of Scala Futures and Akka 2 actors. Lichess talks to Stockfish deployed in an AI cluster of donated servers. It uses MongoDB 3.4 to store more than 600 million games, which are indexed by elasticsearch. HTTP requests and websocket connections are proxied by nginx 1.9. The web client is written in TypeScript and snabbdom. The blog uses a free open content plan from prismic.io. All rated standard games are published in a free PGN database. Browser testing done with . Please help us translate lichess with Crowdin.

Join us on discord or in the #lichess freenode IRC channel for more info. Use GitHub issues for bug reports and feature requests.

Installation

If you want to add a live chess section to your website, you are welcome to embed lichess into your website. It's very easy to do.

This project source code is open for other developers to have an example of non-trivial scala/play2/mongodb application. You're welcome to reuse as much code as you want for your projects and to get inspired by the solutions I propose to many common web development problems. But please don't just create a public lichess clone. Instead, embed lichess using an <iframe> into your website.

Also note that while I provide the source code, I do not offer support for your lichess instance. I will probably ignore any question about lichess installation and runtime issues.

HTTP API

Feel free to use lichess API in your applications and websites.

Credits

See the lichess Thanks page

Supported browsers

  • Chrome or Chromium, 1 year old or newer (fastest local analysis!)
  • Firefox, 1 year old or newer (second fastest local analysis!)
  • Opera 34 and newer (meh)
  • Safari 9 and newer (boo)
  • Microsoft Edge (yuck)
  • Internet Explorer 11 (eew)

Older browsers will not work. For your own sake, please upgrade. Security and performance, think about it!

License

Lila is licensed under the GNU Affero General Public License 3 or any later version at your choice with an exception for Highcharts. See COPYING for details.