/Simple-chess

A simple gui implementation of chess through tkinter and python-chess

Primary LanguagePythonMIT LicenseMIT

Heyo! This project was meant to be submitted to Punjab Engineering College but I never got around doing that. It is a basic GUI implementation of chess with all of the rules(I don't have nearly enough skill to do that so this is done through the python-chess library by niklasf (https://github.com/niklasf/python-chess)). To run this project simply install the chess library through pip install chess in a terminal(tkinter should already be installed by default but in case it isn't pip install tk is the command for installing it). I plan to add notations and board switching to it sometime in