alexweininger/android-catan

Turn logic incorrectly implemented

Closed this issue · 0 comments

At end of setup phase, it always starts with the player after the player who went first at the start of the setup phase; need to make sure that the player who starts the setup phase is the player who also starts the first real turn.

NOTE: This most likely has something to do with the fact that the players have to end their turn after each setup phase turn. Possibly keep updating the GUI after every action and check for the setup phase so the GUI will update properly when setup phase is finished.