halfdane / battleship

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

Ship placement on touch devices #16

Open halfdane opened 7 years ago

halfdane commented 7 years ago

Since there is no hovering on touch devices, the ship's placement is kinda awkward.

Implement an alternative placement method, where the currently selected ship is placed square-by-square.

halfdane commented 7 years ago

Placing each square is done by simply tapping the board. Illegal placements are highlighted red.

halfdane commented 7 years ago

Already placed squares can be removed by tapping again

halfdane commented 7 years ago

Switch ships by selecting another one

halfdane commented 7 years ago

In the ship's list, visualize how many tiles have been placed and how many are still waiting for placement