/chess-gui

Containerised react front end for chess for connecting to a backend for running and fetching data.

Primary LanguageTypeScriptMIT LicenseMIT

Chess GUI

This is a GUI for chess implemented using Flask and UCI.

Usage

docker compose up -d

Installation

git clone git@github.com:Bungogood/chess-gui.git
cd chess-gui/api
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

References