back

by galapago·2y ago·view on hn ↗
This is correct, JS should be enabled to play :). The alternative is using a server to get clues which I want to avoid (the website is a single, static html). This enabled to play offline as well.
1 comments
You can probably hide those with a `display: none` via CSS and remove it with Javascript. People with poor connections may fail to load the JS, or see the clues until JS finally loads.
Good catch, thanks a lot!