kolpage / RailroadInk-Oct2019

First repo for Railroad Ink development
GNU General Public License v3.0
2 stars 0 forks source link

Allow user to click and drag tiles already placed in grid for the current turn #16

Closed kolpage closed 4 years ago

kolpage commented 4 years ago

If you drag and drop a tile onto the grid, then decide to move it, you need to click the X to remove the tile and then grab it again from the dice roll area. When trying the game out I tried to move a current turn piece that had already been placed in the grid. The most intuitive way to do this was just clicking and dragging it to the new location.

mklams commented 4 years ago

With the most recent commit, drag and drop from the board should be better supported. With this commit I am declaring the drag and drop is the supported way of moving tiles. Click to select a dice and play it is still supported but it does not have any on board support.