Skip to content

Rajnish-Ranjan/Chess-Game-Design-OOD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chess-Game-Design-OOD

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"}

About

Console based Object Oriented Design for Chess Game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages