xxxcucus / planes

Variant of battleships game
MIT License
30 stars 9 forks source link

Feature request: 1v1 play on one device #8

Closed micwoj92 closed 4 years ago

micwoj92 commented 4 years ago

Basically like the board game. My suggestion is to add confirmation or delay so accidental touches could be prevented.

xxxcucus commented 4 years ago

Have you tried version 0.3.8? Here touch only counts if it is made on a single square in the board. Other swipe like movements are for guessing discarded.

micwoj92 commented 4 years ago

Yes, but in terms of 1v1 play you still could accidentally tap two times and make move for your opponent.

xxxcucus commented 4 years ago

Can you explain a bit what you mean by 1v1 play? Once you have guessed on a grid square you cannot guess again. Even if touch very fast.

micwoj92 commented 4 years ago

1 human player vs another human player. It could be possible to implement it in 2 ways:

  1. 2 small boards
  2. 1 board which would switch after a move (the problem would affect this)
xxxcucus commented 4 years ago

I understand your concerns. A multiplayer version will come in the next year and it will work as you expected