Skip to content

shenfe/wechat-jump-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

微信小游戏“跳一跳”autoplay程序

  1. 电脑安装adb并加入path
  2. Android手机usb连接电脑并允许usb调试、模拟点击
  3. 执行pip install -r requirements.txt安装依赖
  4. 在data目录下确保存在screenshot文件夹
  5. 执行python src/main.py运行自动模式

程序适配1280x720屏幕的安卓手机,其余分辨率请自行调整代码中相关数值。

命令

运行自动模式

$ python src/main.py

运行手动模式

src/config.pytest设为True后,

$ python src/hand.py

截图预览

$ python src/preview.py

公式系数

src/distance_time.py

原理

  • Adb连接设备执行命令
  • Opencv图像识别和处理
  • 统计分析得出“距离-时间”线性公式
  • 特殊情况特殊处理

建议

自己动手,丰衣足食。无暇回应关于本程序的一切问题。

About

Wechat jumping game autoplayer

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages