如果您多次看到这个页面,这说明 这个基于 WASM 的谜题可能无法在您的浏览器上工作,抱歉!
大部分现代的浏览器支持 WASM,这里有一些不完整的例子:
更多信息
如果这个谜题无法在上面的某一个浏览器(或更新版本)中工作,这可能是因为您禁用了 WASM 或 WASM 脚本被防火墙阻止了
例如,在 Firefox 中通过在 about:config
中设置 javascript.options.wasm
为 false
或是在其他浏览器中设置类似的东西,可以完全的阻止 WASM 的工作
在类似 IE10 等上面没有列出的浏览器中,这可能是因为您的浏览器过于陈旧,并需要更换/更新
如果您认为你的浏览器 确实 支持 WASM,但这个谜题无法工作,请联系 contact@bnds.top,并附带尽可能多的分析信息。
具体的,请试着打开您浏览器的 JS 错误分析页面并重新加载页面,之后向我们反馈其中的内容
另外的,如果您的浏览器支持网络分析,请确定 filling.js
和 filling.wasm
加载成功
filling.wasm
.
Write a number in every blank square of the grid. When the grid is full, every orthogonally connected group of identical numbers should have an area equal to that number: so 1s always appear alone, 2s in pairs, and so on.
To place a number, click the mouse in a blank square to select it, then type the number you want on the keyboard. You can also drag to select multiple squares, and then type a number to place it in all of them. To erase numbers, select one or more squares in the same way and then press Backspace.