lyudmil-mitev / Simple-Python-Chess

A simple python chess game with a seperate board representation/validation and a TkInter GUI
Do What The F*ck You Want To Public License
59 stars 52 forks source link

Simple Python Chess

Author: Liudmil Mitev E-Mail: liudmil.mitev@gmail.com

A simple python chess implementation, a learning project. Turns out that programming a chess game is no trivial task, so I've tried to make it as modular and as easy to learn from as possible.

Contains:

Requirements:

To install the dependancies on debian/ubuntu run: sudo apt-get install python-tk python-imaging python-imaging-tk

TODO: