Lesser fork of lichess. https://spacecruft.org/deepcrayon/lila
 
 
 
 
 
 
Go to file
Niklas Fiekas 435fbd89d2 perfStat: remove ui/perfStat 2019-08-27 11:58:40 +02:00
.github fix FUNDING.yml 2019-06-25 07:34:38 -04:00
app perfStat: remove ui/perfStat 2019-08-27 11:58:40 +02:00
bin trans-sanity-check: downgrade missing placeholder in singular to warning 2019-08-26 16:12:28 +02:00
conf swag/qa redirects 2019-08-25 13:41:03 +02:00
doc edit font doc 2019-08-08 12:44:53 +02:00
modules perfStat: move checkCurrent from JsonView to controller 2019-08-27 10:31:47 +02:00
project upgrade scalachess 2019-08-25 09:04:37 +02:00
public i18n: rating distribution chart 2019-08-25 15:22:16 +02:00
translation New translations site.xml (Swedish) (#5467) 2019-08-27 08:11:40 +02:00
ui perfStat: remove ui/perfStat 2019-08-27 11:58:40 +02:00
.browserslistrc relocate browsers list 2019-06-04 14:44:35 +02:00
.gitignore multi-project, incremental sass build 2019-02-13 11:40:03 +07: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: bump nodejs to 10 (lts) 2018-11-11 22:08:38 +01:00
CONTRIBUTING.md update link to basic tag 2017-11-24 02:10:56 +01:00
COPYING.md Add California pieces by Jerry S. 2019-06-09 22:57:14 +02:00
LICENSE switch to agpl-3.0+ 2016-10-12 20:23:38 +02:00
README.md TS tweaks 2019-08-20 09:43:12 +02:00
build.sbt i18n: make study order translatable 2019-08-24 10:58:39 +02:00
crowdin.yml no need to run travis with each translation update 2019-06-13 09:46:48 +02:00
package.json perfStat: remove ui/perfStat 2019-08-27 11:58:40 +02:00
yarn.lock fix tablesort version 2019-08-23 11:54:37 +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 130 languages thanks to the community.

Lichess is written in Scala 2.11, and relies on the Play 2.4 framework. scalatags is used for templating. 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 to store more than 1 billion games, which are indexed by elasticsearch. HTTP requests and websocket connections are proxied by nginx. The web client is written in TypeScript and snabbdom, using Sass to generate CSS. The blog uses a free open content plan from prismic.io. All rated games are published in a free PGN database. Browser testing done with Browserstack. 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

The Wiki describes how to setup a development environment.

The source code is available for learning and contribution, but please don't just setup a public Lichess clone. Don't expect developers to help you run your own instance. Questions about the installation and runtime issues will probably be ignored.

HTTP API

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

Credits

See the contributors on this repository and lichess.org/thanks.

Supported browsers

  • Chrome or Chromium, 1 year old or newer (fastest local analysis!)
  • Firefox, 1 year old or newer (second fastest local analysis!)
  • Opera 55 and newer (meh)
  • Safari 10.1 and newer (boo)
  • Microsoft Edge 17 and newer (yuck)

Older browsers (including any version of Internet Explorer) 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.