Tag

WeChat Jump

0 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Sep 11, 2021 · Mobile Development

Automating the WeChat Jump Game on Android Using ADB and Python

This guide explains how to set up ADB on a Windows PC, connect an Android device, capture screenshots, and run a Python script that detects the game pieces and board in WeChat's Jump mini‑program to automatically perform jumps based on calculated distances.

ADBAndroidPython
0 likes · 13 min read
Automating the WeChat Jump Game on Android Using ADB and Python
Architecture Digest
Architecture Digest
Feb 9, 2018 · Artificial Intelligence

Implementing a WeChat Jump Game Bot Using Python and OpenCV

This article explains how to use Python and OpenCV to automatically locate the player character and the next landing platform in the WeChat Jump game by applying template matching, Canny edge detection, image cropping, and pixel analysis to calculate the required press duration.

Canny Edge DetectionPythonTemplate Matching
0 likes · 9 min read
Implementing a WeChat Jump Game Bot Using Python and OpenCV