{"id":17037731,"url":"https://github.com/dmq/jumpgame-auto","last_synced_at":"2025-10-12T18:42:07.572Z","repository":{"id":146269234,"uuid":"116382025","full_name":"DMQ/jumpgame-auto","owner":"DMQ","description":"小程序跳一跳半自动程序","archived":false,"fork":false,"pushed_at":"2018-01-12T09:39:10.000Z","size":370,"stargazers_count":9,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-08T20:15:37.279Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DMQ.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-05T12:17:53.000Z","updated_at":"2019-11-28T00:09:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"54381dcb-9c6e-4a79-b5d2-81e402da47e6","html_url":"https://github.com/DMQ/jumpgame-auto","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DMQ/jumpgame-auto","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DMQ%2Fjumpgame-auto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DMQ%2Fjumpgame-auto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DMQ%2Fjumpgame-auto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DMQ%2Fjumpgame-auto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DMQ","download_url":"https://codeload.github.com/DMQ/jumpgame-auto/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DMQ%2Fjumpgame-auto/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279012519,"owners_count":26085134,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-14T08:54:55.381Z","updated_at":"2025-10-12T18:42:07.541Z","avatar_url":"https://github.com/DMQ.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"## 微信小游戏“跳一跳”的半自动Node版本\n\u003e 没别的，就是感兴趣，重复造轮子\n\n\u003e 此版本是半自动版，需要手动在页面测量每一步的距离来辅助得分，后续会研究图像识别，实现自动版\n\n\u003e 目前已有的一些自动版程序，刷出来的分数都很容易被微信重置分数，主要原因是combo太多，得分太高，有一些程序加了随机的中心点偏移，就是控制不要每一次都跳中中心点，效果不错，不过预计也会持续的被微信打击\n\n\u003e 此版本对于长按位置坐标加了随机偏移，更不易被微信识别，因为是需要手动测量距离，所以这个版本操作比较慢，需要耐心才能得高分，建议不要高于1000分，不然容易被微信重置分数\n\n\u003e 思路借鉴于这个牛逼的项目：https://github.com/wangshub/wechat_jump_game\n\n### 分数\n\n![clipboard.png](https://sfault-image.b0.upaiyun.com/258/129/2581293026-5a5880c22b68d_articlex)\n\n\n### 操作页面\n\n![clipboard.png](https://segmentfault.com/img/bV1XfG?w=911\u0026h=683)\n\n\n\n### 环境准备\n\u003e 当前项目所有代码在 Node \u003e= 8.1.0, Chrome 63.0.3239.132 调试运行正常\n- 安装[Node环境](https://nodejs.org/zh-cn/)\n- Adb工具下载及安装\n    - [Windows Adb下载](https://dl.google.com/android/repository/platform-tools-latest-windows.zip)\n    - [Windows配置Adb环境](https://jingyan.baidu.com/article/17bd8e52f514d985ab2bb800.html)\n    - [Mac Adb下载](https://dl.google.com/android/repository/platform-tools-latest-darwin.zip)\n    - [Mac配置Adb环境](http://blog.csdn.net/lihongxiangleo/article/details/52598233)\n\n\n### 连接手机（暂不支持iPhone）\n- 打开Android手机，开启USB调试模式（一般路径：设置 - 其他（高级）设置 - 开发者选项 - 开启开发者选项+开启USB调试，如果其他设置里面没有开发者选项，到关于手机选项里面开启），更多开启方式参考[这里](http://www.shuame.com/faq/usb-connect/9-usb.html)\n- 用USB把Android手机连接上电脑，若手机弹出授权弹出，请选择允许！！\n- 在Cmd(Windows)或终端(Mac) 输入命令 `adb devices` 确认Android手机已经正确连接，正常的话会输出类似这样的内容: `List of devices attached \\n 3281219f        device`，如果没有输出 `xxxxxxx      device`的话则没有正常连接，请重试\n\n\n### 使用教程\n- 在Cmd(Windows)或终端(Mac) `cd` 到项目根目录，执行以下命令:\n    ```\n    npm i\n    npm run start\n    ```\n- 确认服务启动后(输出websocket listening port 8899...)，在根目录找到index.html，用Chrome打开，并根据页面指示操作即可\n\n- 如果出现端口8899被占用的情况，请自行在文件`server/index.js`, `index.html`中搜索8899替换成可用的端口\n\n\n### Good Luck!\n\n\n[1]: http://static.zybuluo.com/dmq/homu43qg8711810igjjhkedh/image.png","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmq%2Fjumpgame-auto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdmq%2Fjumpgame-auto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmq%2Fjumpgame-auto/lists"}