PreRendering and gameplay.
Opened this issue · 0 comments
dmjio commented
It would be nice if we could prerender the DOM (copy the initial view as HTML
). At present it currently takes a while to load, and drawing the DOM is very noticeable. This is what the isomorphic
functionality is, and we'd need to use the miso
function to support this. Also, it would be nice if the game was ready to be played when the page loaded (no need to call New Game
)