Lesser fork of lichess. https://spacecruft.org/deepcrayon/lila
 
 
 
 
 
 
Go to file
Seth Troisi 5fd8ad208f Fix logo rendering in bash 2020-04-08 10:38:47 -07:00
.github ci: trigger server.yml on some more paths 2020-04-08 11:03:52 +02:00
app filter displayed simuls 2020-04-07 13:58:47 -05:00
bin ci: trigger server.yml on some more paths 2020-04-08 11:03:52 +02:00
conf clean up after removing relation actor 2020-04-06 22:54:52 +02:00
doc lossy png optimization (#6323) 2020-04-07 12:04:56 +02:00
modules filter displayed simuls 2020-04-07 13:58:47 -05:00
project Merge branch 'master' into update/kamon-core-2.1.0 2020-04-07 13:30:32 -05:00
public lossy png optimization (#6323) 2020-04-07 12:04:56 +02:00
translation New Crowdin translations (#6328) 2020-04-06 21:28:13 -05:00
ui Merge pull request #6340 from niklasf/inline-mode-increment 2020-04-07 12:53:22 -05:00
.browserslistrc relocate browsers list 2019-06-04 14:44:35 +02:00
.gitignore install highcharts from npm (#6323) 2020-04-07 10:48:14 +02:00
.gitmodules install jquery-bar-rating from npm (#6323) 2020-04-07 10:33:50 +02:00
.ignore search ignore file 2020-01-10 08:41:48 -06:00
.sbtopts.default need more stack space to compile 2020-01-18 17:08:24 +01:00
.scalafmt.conf Revert "Update scalafmt-core to 2.4.0" 2020-02-15 12:50:23 -06:00
CONTRIBUTING.md update link to basic tag 2017-11-24 02:10:56 +01:00
COPYING.md capitalize lichess in some more places 2020-03-30 19:12:23 +02:00
LICENSE switch to agpl-3.0+ 2016-10-12 20:23:38 +02:00
README.md free commit 2020-04-04 21:01:08 -06:00
build.sbt upgrade scala-uri, remove spray-json 2020-03-12 09:58:44 -06:00
crowdin.yml Update Crowdin configuration file 2020-02-10 13:55:34 -06:00
lila Fix logo rendering in bash 2020-04-08 10:38:47 -07:00
package.json msg wip 2020-01-24 16:48:23 -06:00
security.txt fixup security.txt 2019-11-23 14:58:27 +01:00
yarn.lock install highcharts from npm (#6323) 2020-04-07 10:48:14 +02:00

README.md

lichess.org

Build server Build assets Crowdin Twitter

Lichess homepage

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.13, and relies on the Play 2.8 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 streams. 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.7 billion games, which are indexed by elasticsearch. HTTP requests and WebSocket connections can be 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

./lila # thin wrapper around sbt
run

The Wiki describes how to setup a development environment.

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.