Console based Object Oriented Design for Chess Game
Run ChessGame.cpp
Open Command Prompt
Positoin of the chess piece will be Defined as
a0 a1 a2 a3 ... a9
b0 b1 .... b9
.
.
.
.
h1 h2 .... h9
Initially pieces will be located as -
{"BR1", "BN2", "BB3","BQ4", "BK5", "BB6", "BN7", "BR8"},
{"BP1","BP2","BP3","BP4","BP5","BP6","BP7","BP8"},
{"","","","","","","",""},
{"","","","","","","",""},
{"","","","","","","",""},
{"","","","","","","",""},
{"WP1","WP2","WP3","WP4","WP5","WP6","WP7","WP8"},
{"WR1", "WN2", "WB3","WQ4", "WK5", "WB6", "WN7", "WR8"}