https://github.com/uglyer/wechat_jump_ai_kotlin
微信小游戏 跳一跳 kotlin AI 自动寻找开始跳的坐标,目标坐标.
微信小程序可以玩游戏了,我们来破解一下《跳一跳》这个官方出品的小游戏吧。
用 usb 调试安卓手机,用 adb 截图并用鼠标测量距离,然后计算按压时间后模拟按压。
$ adb shell input swipe <x1> <y1> <x2> <y2> [duration(ms)] (Default: touchscreen) # 模拟长按
$ adb shell screencap <filename> # 保存截屏到手机
$ adb pull /sdcard/screen.png # 下载截屏文件到本地
开发环境:Kotlin, IetelliJ IDEA
https://github.com/uglyer/wechat_jump_ai_kotlin
Constans.kt
中配置好 adb 路径与截图路径,运行https://github.com/easyworld/PlayJumpJumpWithMouse https://github.com/iOSDevLog/JumpJump
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.