Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Selected Tile Feedback/Cancel Move Solution #51

Open
ncskier opened this issue May 13, 2018 · 0 comments
Open

Selected Tile Feedback/Cancel Move Solution #51

ncskier opened this issue May 13, 2018 · 0 comments
Labels

Comments

@ncskier
Copy link
Owner

ncskier commented May 13, 2018

This issue is about solving the problem where a player begins a move then wants to cancel it. There are two options for this problem, and both options can exist in the game together if we want (they are not exclusive solutions).

(1) Selected Tile Feedback Animation

Show a feedback asset on the original tile location where the player began their move. This asset will show the player where they can drag their finger back to in order to cancel the move.

(2) Cancel Move Gesture

Use a new input command to cancel the player's move once it has begun.

  • One idea for this is when the player has one finger dragging their move, if they touch a second finger to the screen, the move will be cancelled.
@ncskier ncskier added (1) Priority Professionalism programmer labels May 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant