/ChessGraphics

Chess game with graphics made in Python 3 using the PyQt5 graphics library

Primary LanguagePythonThe UnlicenseUnlicense

ChessGraphics

Graphical chess application written in Python 3 using the PyQt graphics library. Chess logic implemented using the chess library: https://github.com/DanielMiao1/chess.

Requirements

Python >= 3.6

For most features to work, PyQt5 >= 5.11.2

For full features, PyQt >= 5.15.3

This application is known to break with PyQt5 5.15.0

Usage

The main file of this application is main.py. To start the application, run the main.py file.