文件名称:jsss:Sol Javascript SolverScrambler套件
文件大小:186KB
文件格式:ZIP
更新时间:2024-05-22 03:11:50
cubing scrambles JavaScript
scrambles 益智游戏具有以下功能: 马尔可夫随机状态(MRSS),使用符合WCA标准的高质量随机性。 简单一致的API。 自动Web工作人员,以避免减慢Web应用程序的速度。 与浏览器和node (CommonJS或ESM /模块)的兼容性。 用法 用作承诺: // Using `then` randomScrambleStringForEvent ( "333" ) . then ( ( scrambleString ) => { // Use the result. } ) ; // Using `await` (in an `async` context) const scrambleString = await randomScrambleStringForEvent ( "333" ) ; 完整的例子 // index.html < script src
【文件预览】:
jsss-scrambles
----.github()
--------workflows()
----dist-test()
--------dev()
----src()
--------dist-test()
--------dist-static()
--------scrambles()
--------dev()
----.babelrc(371B)
----tsconfig.json(543B)
----LICENSE.md(34KB)
----README.md(3KB)
----Makefile(2KB)
----docs()
--------implementation.md(3KB)
----.gitignore(43B)
----package-lock.json(351KB)
----package.json(3KB)