The auto gamer of Wechat's Jump-Jump game, written in python, with opencv-python.
- Install adb tool, connect your Android phone via USB port, execute
adb devices
to connect the adb to Android. - Create device specification script under Devices folder,
SamsungS8.py
for example. - Describe the device specification in your device script, change the import in
Gamer.py
fromSonyXZ
to your device. - Run the script
Gamer.py
with python3.
Install these dependencies via pip
:
- opencv-python
- matplotlib
- numpy
This project is released under MIT License.