You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(200) The way player positions are handled seem be based on S, W, E positions on the table. There seems to be a lot of calling specific player positions and and playing with the labels on the board. I suggest making each of these positions instances of a class, so that they can be handled more easily. This would also allow it so that the current player should be displayed at the bottom without any notice of the other players. After one player finishes, another should rotate to the front, and start their turn.
The text was updated successfully, but these errors were encountered:
ryankirkpatrick97
changed the title
PlayerPositions need refactoring.
Current Player should be at the bottom of the screen/ in the south position
Dec 7, 2017
(200) The way player positions are handled seem be based on S, W, E positions on the table. There seems to be a lot of calling specific player positions and and playing with the labels on the board. I suggest making each of these positions instances of a class, so that they can be handled more easily. This would also allow it so that the current player should be displayed at the bottom without any notice of the other players. After one player finishes, another should rotate to the front, and start their turn.
The text was updated successfully, but these errors were encountered: