You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a user first visits the page, we should have a tutorial that walks them through the format, and how to use the app.
I think the best way to do this would be with masking, where have most of the screen go black (or blur or translucent), and show a circle around what you want to show. This is the best screenshot I could find showing what I'm talking about:
I was also thinking this would make a cool javascript library, where you would use CSS selectors to control where the mask would go. Something like:
import tutorialMask from 'awesomeNewMaskingLibrary'
tutorialMask('#graveyard', 'This is the graveyard. When cards are destroyed or discarded, they go here. In horde, you have to careful, because some cards will bring zombies back from the dead!')
The text was updated successfully, but these errors were encountered:
When a user first visits the page, we should have a tutorial that walks them through the format, and how to use the app.
I think the best way to do this would be with masking, where have most of the screen go black (or blur or translucent), and show a circle around what you want to show. This is the best screenshot I could find showing what I'm talking about:
I was also thinking this would make a cool javascript library, where you would use CSS selectors to control where the mask would go. Something like:
The text was updated successfully, but these errors were encountered: