WeChat Jump Game is a Python automation project for the WeChat mini game “Jump Jump.” It uses screenshots, image recognition, and distance estimation to calculate how long the screen should be pressed for each jump. The project was created as a technical experiment around a popular 2.5D timing game where the character must jump from one platform to another. It supports automatic play, allowing the script to detect positions and control jumps through connected-device tooling. The repository also includes explanations of the game logic, recognition approach, and platform-specific setup details. Its main value is demonstrating how Python, computer vision, and device automation can be combined to interact with a simple mobile game.
Features
- Python mobile game automation
- Screenshot-based position detection
- Distance-to-press-time calculation
- Automatic jump control
- Image recognition workflow
- WeChat mini game experiment