Skip to content

SriMethan/liantichess

 
 

Repository files navigation

Liantichess

Liantichess is a free, open-source antichess variants server designed to play antichess and antichess variants.

All supported games on Liantichess can be seen here

For move generation, validation, analysis and engine play it uses

On client side it is based on chessgroundx fork of chessground

For managing titles it uses

liantichess is a free server and it will remain free forever.

Installation

Prerequisites

pip3 install -r requirements.txt --user 
yarn install                            
yarn dev                                
yarn md                
python3 server/server.py

The Wiki further describes how to setup a development environment.

Supported browsers

Liantichess should support almost all browsers. Though older browsers (including any version of Internet Explorer) will not work. For your own sake, please upgrade. Security and performance, think about it!

Only Fairy-Stockfish analysis might not work on all browsers. The browser support can be found here.

Credits

Credits to gbtami for the main code

Languages

  • TypeScript 32.3%
  • Python 30.9%
  • CSS 24.3%
  • HTML 11.9%
  • JavaScript 0.4%
  • Shell 0.2%