/Chess

A terminal chess game for two players implemented in C++ using the concepts of (OOPs).

Primary LanguageC++

Chess

A terminal chess game for two players implemented in C++ using the concepts of (OOPs). The game is designed using a base class "Piece" and multiple derived classes for each piece type, such as rook, king, etc. using the concept of OOPs.
A simple terminal chess game for 2 players.
To play: compile the chess.cpp using any cpp compiler supporting c++ v.11 or above