My Hearthstone app adds an overlay on top of the playing zone, and will display information attached to elements in the zone (like the turn at which a card was drawn).
As I will probably need to add (disconnected) information in several places, I was wondering if it was better to have a single overlay (possibly spanning the entire game zone) with all the information or to have several smaller windows, each in charge of a specific zone.
What is the recommendation?