Isoldhe / Battleship

Battleship game in C#
0 stars 1 forks source link

PlayField coordinate-node mapping #8

Closed Atrixsanna closed 5 years ago

Atrixsanna commented 5 years ago

BoardPosition should map a coordinate to a specific node in the battlefield, so that it can be quickly referenced for input by coordinates using a coordinate string. (e.g. player types "A5" and the cursor appears at that node)