joshuaauerbachwatson / anyCards

Multi-person card game with no built-in rules
Apache License 2.0
0 stars 0 forks source link

[client] After propagation, containment of cards by boxes is sometimes wrong #33

Open joshuaauerbachwatson opened 11 months ago

joshuaauerbachwatson commented 11 months ago

When not in solitaire mode (that is, with at least two players) the containment of cards by boxes is often screwed up.

This might be limited to cases where the screen sizes are different. Recall that containment is calculated dynamically; perhaps the origins of cards or the origins of the box's snap frame are not properly transformed, causing the dynamic calculation to be wrong.