Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 1.15 KB

README.md

File metadata and controls

29 lines (15 loc) · 1.15 KB

Chess_GUI

A 2-player chess gui made with Python-open-cv2 and NumPy. All chess logic written from scratch.

Checkmate How to run:

  1. Clone repository and install requirements using cmd pip install -r requirements.txt
  2. Run main.py. Press q to exit the program at any time.

Functionality Includes:

Customizable colors (ignore gif artifacting on HSV wheel)

Colors

Notation Tracker (View previous moves using the arrow keys)

Notation

Notation Exporter (Exports to standard Portable Game Notation (PGN)

Export

Chess 960

Fisher