/pychess-variants

Chess variants server

Primary LanguageTypeScriptGNU Affero General Public License v3.0AGPL-3.0

Build Status

PyChess-Variants

PyChess-Variants is a free, open-source chess server designed to play chess variants.

Currently supported games are:

Additionally you can check Chess960 option in for Standard, Crazyhouse, S-chess, Capablanca and Capahouse to start games from random positions with Chess960 castling rules

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

On client side it is based on chessgroundx fork of chessground

As you know, pychess-variants is a free server and it will remain free forever. However, maintaining and improving the server costs time and money.

If you like our work and find our server useful, please donate through patreon or directly through paypal!! Your contribution will be greatly appreciated and help me continue to develop this awesome server.

Installation

Prerequisites

  • Mongo daemon (You need mongodb up and running)

Project setup

pip3 install -r requirements.txt --user
yarn install
yarn gulp prod

Start server

python3 server/server.py