sxkosone / checkers

Game of checkers
1 stars 0 forks source link

Add Algebraic Notation-based identifiers for the board spaces #2

Closed ghost closed 6 years ago

ghost commented 6 years ago

The chessboard markup will need some identifiers so we can manage the state of the checkers pieces when they are being moved about. Let's use the standard Algebraic Notation for a chessboard to identify them: https://en.wikipedia.org/wiki/Algebraic_notation_(chess)

Please give each row a numeric id and each space an id with the appropriate algebraic notation value.

ghost commented 6 years ago

Nice work, @sxkosone ! Your PR for this work has been merged to master 😄