Lesser fork of lichess. https://spacecruft.org/deepcrayon/lila
 
 
 
 
 
 
Go to file
Niklas Fiekas 2d2529b5e5 fixup security.txt 2019-11-23 14:58:27 +01:00
.github fix syntax error in .github/workflows/assets.yml 2019-11-14 08:27:45 +01:00
app add security.txt and /contact#help-security 2019-11-23 14:48:08 +01:00
bin build prod with java 8 2019-11-17 00:04:20 -06:00
conf add lichess.org/verify-title permalink 2019-11-18 19:13:06 +01:00
doc edit font doc 2019-08-08 12:44:53 +02:00
modules default to 0% round remove socket 2019-11-22 20:06:47 -06:00
project upgrade scalachess 2019-11-22 20:17:03 -06:00
public update pieces - for #5647 2019-11-22 18:06:50 -06:00
translation New Crowdin translations (#5653) 2019-11-22 20:18:34 -06:00
ui Revert "window.setTimeout" 2019-11-22 10:53:48 -06: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
CONTRIBUTING.md update link to basic tag 2017-11-24 02:10:56 +01:00
COPYING.md add staunty pieces from sadsnake1 - for #5467 2019-11-12 17:33:35 -06:00
LICENSE switch to agpl-3.0+ 2016-10-12 20:23:38 +02:00
README.md github actions: add badges to readme 2019-11-13 10:39:01 +01:00
build.sbt challenge remote sockets 2019-11-07 18:38:02 -06:00
crowdin.yml crowdin: two_letters_code is not working 2019-09-17 17:54:11 +02:00
package.json clean up ui/**/package.json files 2019-09-17 23:09:45 +02:00
security.txt fixup security.txt 2019-11-23 14:58:27 +01:00
yarn.lock update stockfish.wasm (v0.5.12) 2019-11-05 15:28:56 +01:00

README.md

lichess.org

Build server Build assets 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 the scalachess submodule. The server is fully asynchronous, making heavy use of Scala Futures and Akka 2 actors. Some WebSocket connections are handled by a seperate server that communicates using redis. 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.

See lichess.org/source for a list of repositories.

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 the Lichess API in your applications and websites.

Credits

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

Supported browsers

Name Version Notes
Chromium / Chrome last 10 Full support, fastest local analysis
Firefox 55+ Full support, second fastest local analysis
Safari 10.1+ Reasonable support
Opera 55+ Reasonable support
Edge 17+ Reasonable support

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.