/ChessX

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

Primary LanguagePythonMIT LicenseMIT

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