apotapov / tafl

Android implementation of a Tafl game
Apache License 2.0
2 stars 0 forks source link

Game: Add ability to drag pieces #29

Closed apotapov closed 10 years ago

apotapov commented 10 years ago

Should have the ability to drag a piece to a spot on the board.

The piece gets placed when the click/touch is released.

If the piece is released over a non-legal square, return the piece to original position.

It would be nice to make the piece "snap-to-cell" to reduce the mistakes.