Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 357 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 357 Bytes

ChessX

A Chess program made in Python using Pygame library with emphasis on Object Oriented Programming and Design.

Note : It is still a work in progress

Usage

  • Clone/Download the source code
  • Create a virtual environment
  • Install dependencies
    pip install -r requirements.txt
  • Run game
    python game.py