Skip to content
/ Chess Public
forked from aslezar/Chess

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

Notifications You must be signed in to change notification settings

Carbrex/Chess

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • C++ 100.0%