Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PA3] Implement Cards rescaling #46

Open
Sencudra opened this issue Apr 16, 2019 · 0 comments
Open

[PA3] Implement Cards rescaling #46

Sencudra opened this issue Apr 16, 2019 · 0 comments
Assignees
Labels
to do New feature or request

Comments

@Sencudra
Copy link
Owner

Do not “pre-allocate” space for all 81 possible cards. At any given time, cards should
be as large as possible given the screen real estate available to cards and the number of
cards currently in play. In other words, when the game starts (with only 12 cards), the
cards will be pretty big, but as more and more cards appear on screen (due to Deal 3
More Cards), they will have to get smaller and smaller to fit.

@Sencudra Sencudra added the to do New feature or request label Apr 16, 2019
@Sencudra Sencudra self-assigned this Apr 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
to do New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant