Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 650 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 650 Bytes

Chess

Chess, written in python using tkinter. Inspired by chess.com.

Demo Video

Demo.mp4

Installation

  1. Clone repo
git clone [email protected]:SurferSamuel/Chess.git
  1. Install packages

Tkinter (GUI Toolkit):

pip install tk

Pillow (Python Imaging Library):

pip install pillow
  1. Run chess.py

Project History

  • 07/06/2021: Started project
  • 09/07/2021: Finished project
  • 08/05/2024: Project uploaded to Github

The full history can be found in the documentation here.