kolpage / RailroadInk-Oct2019

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

UI Doesn't End On Correct Turn #28

Closed kolpage closed 4 years ago

kolpage commented 4 years ago

When you submit your move for turn 7, the game doesn't end. When you click the Roll Dice button it keeps the tiles the same and just reactivates them and allows to be played also for turn 7. You can also edit the original turn 7 tiles you played. After that the button can never be clicked again. It's like an off by one error of the turn.

GameDoesntTerminateOnCorrectTurn

mklams commented 4 years ago

I'm going to hardcode the button to disable after 7 turns but I don't think we should be tracking endgame behavior with issues since we even finished developing it yet...