Currently procrastinating/thinking about: I want to do mouse-over hints on what action will happen when you click an object, but all the game shit is on a different thread I have to interop with. Should I request an update for each cell when I roll over; or do more chunky asks.
what if you made the game stuff maintain the current hint state for each cell whenever cell contents change, so the UI can just read that at will