https://github.com/thenetadmin/jjgamer
Wechat's Jump-Jump auto gamer.
https://github.com/thenetadmin/jjgamer
Last synced: 7 months ago
JSON representation
Wechat's Jump-Jump auto gamer.
- Host: GitHub
- URL: https://github.com/thenetadmin/jjgamer
- Owner: TheNetAdmin
- License: mit
- Created: 2018-01-03T10:19:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-03T10:20:04.000Z (over 8 years ago)
- Last Synced: 2025-02-08T03:52:21.395Z (over 1 year ago)
- Language: Python
- Size: 73.2 KB
- Stars: 12
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Jump-Jump auto Gamer
## Introduction
The auto gamer of Wechat's Jump-Jump game, written in python, with opencv-python.
## Usage
1. Install **adb** tool, connect your Android phone via USB port, execute `adb devices` to connect the adb to Android.
1. Create device specification script under *Devices* folder, `SamsungS8.py` for example.
1. Describe the device specification in your device script, change the import in `Gamer.py` from `SonyXZ` to your device.
1. Run the script `Gamer.py` with python3.
## Dependency
Install these dependencies via `pip`:
- opencv-python
- matplotlib
- numpy
## License

This project is released under MIT License.