curriculum icon indicating copy to clipboard operation
curriculum copied to clipboard

JavaScript: Update place ship instruction

Open Baguirre03 opened this issue 9 months ago • 6 comments

Checks

Describe your suggestion

Here is the current direction within the project:

Gameboards should be able to place ships at specific coordinates by calling the ship factory or class.

I think this could be reworded, as some people may think that this means the ship object must have a place() method. But instead the only thing you really need to do is have the ship object somewhere within the gameboard array.

Path

Node / JS

Lesson Url

https://www.theodinproject.com/lessons/node-path-javascript-battleship

(Optional) Discord Name

mfraryay

(Optional) Additional Comments

We <3 open source! First issue in a while here :shoc

Baguirre03 avatar Apr 29 '24 16:04 Baguirre03