/

Checkers Game/Engine

Python

Project

Overview

Programmed several functional components of the classic checkers game such as drawing the board, highlighting possible moves, and moving/capturing the pieces. Implemented algorithms for determining legal moves such as single/double jumping and converting piece to a kinged piece, and waiting for win conditions given the current game state.

Technologies

Python

Pygame

Back