Tagged articles
1 articles
Page 1 of 1
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 DetectionOpenCVPython
0 likes · 9 min read
Implementing a WeChat Jump Game Bot Using Python and OpenCV