FairyFishGUI

Minimalistic generic chess variant GUI using pyffish and PySimpleGUI, based on the PySimpleGUI Chess Demo. Supports all chess variants supported by Fairy-Stockfish/pyffish.

For well-known variants better use more polished GUIs like LiGround. This project is meant as a fallback for variants where no other compatible GUI is available.

Installation

Install dependencies (e.g., in a virtualenv) using pip

pip3 install -r requirements.txt

Run

To start the GUI, run

python3 fairyfishgui.py

GitHub

View Github