Back to Projects

Chess in C++

April 2025

The goal of this project is to implement a version of the board game chess in C++. This is an exercise both in object-oriented design and in the proper application of memory/efficiency techniques learned throughout my C/C++ course.

Screenshot of the C++ chess program running in the terminal
Screenshot of the chess command line interface.

Features

View on GitHub