ketatam / Chess-game

C++ implementation of a 2-player Chess game.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

C++ implementation of a 2-player Chess game.


Languages

Language:C++ 100.0%