ashish1294 / ChessOOP

A simple chess game that implements basic OOP concepts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Annotation of Board

WilliamsNimi opened this issue · comments

The annotation of a chess board is such that a black square is always at the left corner of the board of each player. i.e, a1 is always a black square, as well as h8.
screenshot 53
Nice game. I wish to study it in-depth.