ucsb-cs56-projects / cs56-games-blackjack

-
9 stars 12 forks source link

Current Player should be at the bottom of the screen/ in the south position #79

Open ryankirkpatrick97 opened 6 years ago

ryankirkpatrick97 commented 6 years ago

(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.

scottpchow23 commented 6 years ago

F17 OK (200 pts)

scottpchow23 commented 6 years ago

200 xp

W18 OK