Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/acedroidx/genshin-puzzle
穷举得出原神稻妻方块解谜的步骤 Solve the Inazuma cube puzzle in Genshin Impact.
https://github.com/acedroidx/genshin-puzzle
genshin genshin-impact typescript
Last synced: 16 days ago
JSON representation
穷举得出原神稻妻方块解谜的步骤 Solve the Inazuma cube puzzle in Genshin Impact.
- Host: GitHub
- URL: https://github.com/acedroidx/genshin-puzzle
- Owner: AceDroidX
- Created: 2021-07-23T10:31:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-30T13:49:46.000Z (over 3 years ago)
- Last Synced: 2024-12-02T22:42:30.171Z (2 months ago)
- Topics: genshin, genshin-impact, typescript
- Language: Vue
- Homepage: https://acedroidx.github.io/genshin-puzzle/
- Size: 40.2 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# genshin-puzzle
https://acedroidx.github.io/genshin-puzzle/
穷举得出原神稻妻方块解谜的步骤
Solve the Inazuma cube puzzle in Genshin Impact.
TypeScript的练手小作品
Example:
![20210723181620.png](https://cdn.jsdelivr.net/gh/AceDroidX/genshin-puzzle/static/screenshot/20210726151802.png)
1.选择谜题类型
条形+亮灯
2.输入描述谜题的数组
0,2,0,1
3.开始解谜
计算结果:计算成功
操作步骤:[ 0, 1, 2 ]
最后状态:2,2,2,2
模拟次数:100000
查看详细日志:
```typescript
1th simulation: [1,2,2,0,0,3,3,0,3,0,1,1,1,1,3,1,0,1,2,2] | "0,0,0,0"
2th simulation: [0,1,2] | "2,2,2,2"
The cube is finished!
steps:2,2,0,2,0,2,3,1
status:0,0,0,0
beststeps:0,1,2
beststatus:2,2,2,2
count:100000
```