/

Chess Game/Engine

Python

Project

Overview

Programmed several components of the game such as drawing the board, highlighting possible moves, and moving the pieces. Implemented algorithms for determining legal moves and waiting for check, checkmate, and stalemate conditions given the game state.

Technologies

Python

Pygame

Back