lishogi.org - WIP
Lila (li[chess in sca]la) is a free online shogi game server focused on realtime gameplay and ease of use.
It features a computer analysis, tournaments, simuls, forums, teams, and a shared analysis board.
Lishogi is Lichess rewritten for shogi. Lishogi 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 scalashogi 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. It uses MongoDB to store games. 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.
Use GitHub issues for bug reports and feature requests.
This code exists because of ornicar, and the whole Lichess project
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!
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. WIP