BKMbigo / solitaire-compose

A simple solitaire card game
https://bkmbigo.github.io/solitaire-compose/
11 stars 0 forks source link

[UI] Implement a responsive UI #17

Open BKMbigo opened 10 months ago

BKMbigo commented 10 months ago

The major hinderance to mobile platforms is the lack of a responsive UI system. In theory, the proposed UI system should:

  1. Default to use MiniCards in small screens
  2. Handle tall stacks (There are scenarios where the stack is too tall to fit in the screen. In such scenarios, can/should the game reduce separation between individual cards on the stack?)
  3. Handle horizontal resizing (The deck and the foundation should never intersect)