This project is a simple chess game implemented in Python. The game is built using the Tkinter library for the graphical user interface and use my own chess engine.
Game window
git clone https://github.com/7eliassen/proga_chess
cd proga_chess
pip install Pillow
python chess.py
!!! For sone reasons venv may doesn't work. Then just use system python interpreter.
