Skip to content

A simple chess game that implements basic OOP concepts and MVC pattern.

Notifications You must be signed in to change notification settings

singamandeep/chess

Repository files navigation

Chess

A chess game written in python using MVC pattern and Tkinter module for GUI.

Running the Game

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

References

Tkinter GUI Application Development

About

A simple chess game that implements basic OOP concepts and MVC pattern.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages