javascript-simon
javascript-simon copied to clipboard
Respond to viewport size
A good next step might be to add responsive behavior so that your game works better on devices with smaller viewports. You could accomplish this with a couple media queries so that the layout was a single column at smaller viewport/screen widths.
That would be cool, there's a meta viewport call that you can do too, right? I think HTML5boilerplate does that.