halfdane / battleship

Tiny two player game
GNU General Public License v3.0
0 stars 0 forks source link

Select and place ships #6

Open halfdane opened 7 years ago

halfdane commented 7 years ago

The players should be able to select on ship from the list of ships and place it in the board.

To prevent double implementation, #16 should probably replace this issue

halfdane commented 7 years ago

After selecting a ship, hovering over the board should display the outline of the ship, corresponding to the correct amount of squares

halfdane commented 7 years ago

Hovering near a vertical line should place the outline vertically, else horizontally

halfdane commented 7 years ago

For the time being, the ships can be placed anywhere