Game Loading weird

Issue #4 new
Blake Longmore repo owner created an issue

You are presented with a partially rendered page and a javascript prompt when first visiting the page. Once the prompts are complete, the page loads the images and such for the cards. On a slow connection, this looks really weird, especially since all the loading could have taken place before hand or during the prompts.

After we get rid of the javascript prompt, the page will load slowly (and weirdly) in the background while the players form is filled out. We should probably preload the assets before rendering (we can still preload them during player prompt maybe?).

Comments (2)

  1. Log in to comment