âī¸
Chesston
âī¸
Chesston (Chess+Python) is a two-player chess game with graphical user interface written in PyQt5.
đŋ
Dependencies
This program uses PyQt5 library for gui programming and chess library to validate user moves and declaring checkmate. You need to install these packages with:
pip install PyQt5
pip install chess
đģ
Usage
To run the application, type this in your terminal:
python main.py