Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 365 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 365 Bytes

C++ Chess Simulation

This is a chess game implementation written in C++ as part of a C++ Rush Course at TUM.

Project Organization

The implementation of the game engine could be found in chessBoard.(cpp|hpp), while implementation of other classes (chess pieces, error handling class) could be found in /src

game