kolpage / RailroadInk-Oct2019

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

Clicking "Roll Dice" with invalid tiles doesn't get new tiles, but it does increment the turn number and reset the "played" state of the rolled tiles. #17

Closed kolpage closed 4 years ago

kolpage commented 4 years ago

Steps to repro: 1 Place some tiles invalidly 2 Click "Roll Dice" 3 See that the tiles don't change, but played tiles are now un-greyed out and can be played again. 4 Place a tile validly on the grid. See that the turn number of the tile has incremented.

mklams commented 4 years ago

Validation hadn't been implemented on the front end yet which was why this was occurring. Latest commit adds this implementation so closing issue.