A chess game written in python using MVC pattern and Tkinter module for GUI.
Requires python 3.6 and Tkinter, copy, sys and configparser modules. Install them using
$ sudo apt-get update
$ sudo apt-get install python3.6
$ sudo apt-get install python3-tk
$ sudo apt-get install python-configparser
Once the modules are intalled you can run the game using
$ python view.py
Tkinter GUI Application Development