https://github.com/ark2000/wx-bricky-game-solver
微信小游戏“砖了个砖“求解器,输入图像即可输出完整的解密步骤
https://github.com/ark2000/wx-bricky-game-solver
Last synced: about 1 year ago
JSON representation
微信小游戏“砖了个砖“求解器,输入图像即可输出完整的解密步骤
- Host: GitHub
- URL: https://github.com/ark2000/wx-bricky-game-solver
- Owner: Ark2000
- Created: 2025-01-26T14:25:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-27T04:40:25.000Z (over 1 year ago)
- Last Synced: 2025-01-27T05:18:46.861Z (over 1 year ago)
- Language: Python
- Size: 1.35 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
用于微信小游戏“砖了个砖”的自动化求解
# 安装依赖
```
pip install -r requirements.txt
```
# 运行
```
python solve.py
```