Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 487 Bytes

File metadata and controls

16 lines (13 loc) · 487 Bytes

About The Project

image

This is a GUI for playing chess. It based on pygame, and python-chess. It's not feature-rich yet, but has all you need to play chess easily

Installation

  • Clone this repo with git clone
  • cd to project folder, and install all required libraries by
$ pip install -r doc/requirements.txt
  • Now you should be able to just run the main.py