Skip to content

ebertz/Chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chess

alt text

This desktop application allows users to play the classic board game chess in a local multiplayer setting, using Python's tkinter GUI libary and Python Imaging Library's image processing methods to provide a simple, pleasing GUI.

Dependencies:

Tkinter (Python 2.7) Installation(Linux): apt-get install python-tk

Python Imaging library (Python 2.7) Installation(Linux): using pip package manager for python : pip install PIL

Running the Application:

From the main project directory, simply type python Chess.py in the command line, and an instance of Chess will begin!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages