# wangshub/wechat_jump_game

微信《跳一跳》Python 辅助

Repository: https://github.com/wangshub/wechat_jump_game
Canonical: https://ross.abutalabs.com/products/wechat_jump_game
Homepage: https://zhuanlan.zhihu.com/p/32452473
Language: Python
License: Apache-2.0
License Family: permissive
Topics: python, adb, wechat-app
Last push: 2022-11-22T02:04:23+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3170, "days_push": 1381, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 13838, forks 4231 (observed 2026-08-28T04:11:04.927139+00:00)

## What it is
A Python script that plays the WeChat mini-game 'Jump Jump' (跳一跳) automatically by capturing Android screenshots via ADB, using image recognition to measure jump distance, and simulating screen presses. It was built for learning computer vision and automation, and WeChat's anti-cheat detection has since rendered it largely ineffective.

## Use cases
- automatically play the WeChat Jump Jump game
- learn image recognition with Python
- control an Android phone from a Python script via ADB
- compute press duration from pixel distance between two points
- top the friend leaderboard in 跳一跳

## When to choose
- you want a hands-on example of screenshot-based game automation with ADB
- you are learning basic computer vision techniques like color-based object detection
- you want to study how ADB screencap and input swipe can drive an Android device

## When to avoid
- you want to actually cheat in the live game today - WeChat's detection makes it risky and likely ineffective
- you need a maintained or supported tool - the project is no longer actively developed
- you need iOS support without significant extra setup

## Facets
- artifact type: cli-tool
- maturity: abandoned
- function: computer-vision, image-processing, workflow-automation
- domain: gaming-tools, computer-vision
- platform: python, cli
- tags: wechat, game-bot, adb, screencap, cheat-bot, automation, android

## Member repositories
- wangshub/wechat_jump_game (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:11:04.927139+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:13:00.410675+00:00, confidence not recorded.
  - readme: https://github.com/wangshub/wechat_jump_game (fetched 2026-08-28T04:11:04.927139+00:00, sha c2d698e680b3)
- Data as of 2026-08-30T08:39:29.467469+00:00.
