Lesser fork of lichess. https://spacecruft.org/deepcrayon/lila
 
 
 
 
 
 
Go to file
Niklas Fiekas 4b41ce0ae2 fix timing side channel in StringToken (closes lichess-org/talk#11) 2019-05-05 01:22:42 +02:00
.github no markdown in issue template 2018-04-08 14:53:47 +02:00
app backport: fix link to api (thanks @KNaiskes, closes #5026) 2019-04-30 11:27:23 +02:00
bin add leess as asset deploy target 2019-03-22 17:43:28 +01:00
conf nicer query string building for dns fetch 2019-04-20 11:04:00 +02:00
doc Update engine-interface.txt 2019-05-03 02:05:04 +02:00
modules fix timing side channel in StringToken (closes lichess-org/talk#11) 2019-05-05 01:22:42 +02:00
project downgrade reactivemongo to 0.12.4 2019-01-19 14:56:38 +08:00
public Merge pull request #4973 from ThomasKluiters/game-search-precise-date 2019-04-15 08:08:25 +07:00
translation New Crowdin translations (#5004) 2019-04-25 06:40:09 +07:00
ui no realtime playback for correspondence (closes #4943) 2019-04-18 20:34:44 +02:00
.gitignore Remove Windows build scripts 2018-12-15 12:35:06 +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: 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 {master} add CubesAndPi 3d pieces 2019-02-23 14:23:19 +07:00
LICENSE switch to agpl-3.0+ 2016-10-12 20:23:38 +02:00
README.md update readme 2018-12-12 18:21:30 +01:00
build.sbt rating regulator WIP 2019-04-20 15:34:17 +07:00
crowdin.yml go for update_without_changes 2017-06-01 21:27:53 +02:00
package.json specify minimum supported node version (fixes #4838) 2019-02-04 19:31:48 +01:00
yarn.lock update stockfish.wasm (emcc 1.38.29, follow official sf) 2019-03-27 19:15:07 +01: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 to store more than 800 million games, which are indexed by elasticsearch. HTTP requests and websocket connections are proxied by nginx. The web client is written in TypeScript and snabbdom. 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 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.