hwoodward / Remote-Card-Games

Program for playing card games online/remotely. Goal is to play a game of hand and foot with multiple groups in different locations.
MIT License
2 stars 1 forks source link

Large hands #99

Closed slwoodward closed 4 years ago

slwoodward commented 4 years ago

Cards now become smaller when hand gets too big.
Design decisions implemented:

  1. if card is too far to the right, then layout refreshed (gaps removed)
  2. if cards still too far to the right then card size and spacing are scaled down.
  3. Cards are scaled back to original size when hand has number of cards <= original number dealt.