Playing on mobile for awhile (Pixel 7, Firefox) and I successfully backgrounded it and came back a few times (phone back button and Restore Game in itch). Then I left it backgrounded at the stats page for longer and when I came back the hand was gone and wouldn’t come back. Did I run out of time? Billboards are still cycling so it’s not totally hung.

Viewing post in Otto's Basketball Game comments
Thanks for the report! The game logic relies on some timers (lazy programming), which I guess might get skipped if the game gets somehow paused. I'll try to find the time to make a proper android version of the game later :--)
Edit: In the next version, I'll add a script to pause the game's processes if it's not in focus, lets see if that helps.