Lesser fork of lichess. https://spacecruft.org/deepcrayon/lila
 
 
 
 
 
 
Go to file
Thibault Duplessis d31d9fa864 Merge branch 'master' into puzzle-racer
* master: (131 commits)
  don't show arena user powertips on touchscreens - closes #8350
  not all marks make bad - for lichess-org/tavern#59
  REVERT ME 2: fixup partial explorer hack
  REVERT ME: make partial explorer available again
  Revert "REVERT ME: explain explorer outage due to fire"
  add loose rate limits to following - closes #8352
  code tweaks
  auto-report alt prints - closes lichess-org/tavern#50
  show draw offers during gameplay in move list - closes #4800
  show draw offers in analysis board - for #4800
  show draw offers in exported PGN
  fix storage of draw offers
  only report donations twice a day
  remember all draw offers - WIP
  Updated
  ceval: Cache wasm binary via IndexedDB
  fix anon chat author - closes lichess-org/tavern#51
  prevent double timeout
  link to report FAQ
  link to appeal doc, tweak appeal style
  ...
2021-03-12 09:13:06 +01:00
.github prettier: format all files 2021-02-06 14:52:33 +01:00
app Merge branch 'master' into puzzle-racer 2021-03-12 09:13:06 +01:00
bin index puzzle path regen script - closes #8199 2021-02-17 15:01:14 +01:00
conf Merge branch 'master' into puzzle-racer 2021-03-12 09:13:06 +01:00
doc prettier: format all files 2021-02-06 14:52:33 +01:00
modules Merge branch 'master' into puzzle-racer 2021-03-12 09:13:06 +01:00
project Update sbt to 1.4.9 2021-03-10 08:01:13 +01:00
public Merge branch 'master' into puzzle-racer 2021-03-12 09:13:06 +01:00
translation tweak and refactor team private description - for #8349 2021-03-11 08:55:03 +01:00
ui Merge branch 'master' into puzzle-racer 2021-03-12 09:13:06 +01:00
.browserslistrc relocate browsers list 2019-06-04 14:44:35 +02:00
.gitignore ignore ui/puz build artifacts 2021-03-03 13:06:46 +01:00
.gitmodules install jquery-bar-rating from npm (#6323) 2020-04-07 10:33:50 +02:00
.ignore don't ignore translation sources 2020-11-23 09:40:10 +01:00
.prettierignore prettier: no need to lint crowdin prs 2021-02-06 14:52:32 +01:00
.prettierrc.json prettier: mirror chessground scripts and more excludes 2021-02-06 13:58:50 +01:00
.sbtopts.default need more stack space to compile 2020-01-18 17:08:24 +01:00
.scalafmt.conf upgrade scalafmt 2020-10-18 10:40:07 +02:00
CONTRIBUTING.md prettier: format all files 2021-02-06 14:52:33 +01:00
COPYING.md add lisp sounds by EdinburghCollective 2021-03-06 12:00:52 +01:00
FAQ.md add FAQ.md 2021-03-06 09:31:13 +01:00
LICENSE update some old links 2020-09-15 12:54:42 +02:00
README.md prettier: format all files 2021-02-06 14:52:33 +01:00
build.sbt puzzle racer WIP 2021-03-04 20:27:44 +01: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 puzzle racer WIP 2021-03-04 12:41:21 +01:00
security.txt fixup security.txt 2019-11-23 14:58:27 +01:00
yarn.lock ceval: Cache wasm binary via IndexedDB 2021-03-11 21:06:28 +09: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 separate 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. Proxy detection done with IP2Proxy database. 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
Firefox 61+ Full support (fastest local analysis since FF 79)
Opera 55+ Reasonable support
Safari 11.1+ 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.