Logo
OOP Chess
A chess game developed using OOP in Python
GitHub Repository

Technologies Used

Python
Object-Oriented Programming

Project Details

Utilizing OOP in Python with svgwrite, I developed a chess game that allows two players to play against each other. The game is played in the terminal and the board is rendered using SVG. The game is played by entering the coordinates of the piece to be moved and the coordinates of the destination square.

Key Features

  • Two-player mode
  • Terminal-based gameplay
  • SVG board rendering