wavesinaroom / my_odin_project_battleship

0 stars 0 forks source link

Gameboard missed attacks record #6

Closed wavesinaroom closed 1 year ago

wavesinaroom commented 1 year ago

Gameboards should keep track of missed attacks so they can display them properly.

wavesinaroom commented 1 year ago

Missed shots reports has already been solved with the getAttack method implementation

wavesinaroom commented 1 year ago

Missed shots reports has already been solved with the getAttack method implementation

wavesinaroom commented 1 year ago

I'd like to keep coordinates as coordinates objects instead of string templates to make my life easier when rendering to HTML