This requires:
- An Android device with USB debugging enabled.
- A computer with a USB cable to connect to the Android device.
A machine learning algorithm that controls an Android device running the mobile game Rider developed by Ketchapp games.
A save editor for this program can be usefull. (rider_save_editor)
Warning Python 3.11 will not work
Install python (3.10).
Clone the repoository OR Download it
Create a virtual environment (recommended)
py -3.10 -m venv venv
Open the virtual environment
Windows
venv\Scripts\activate.bat
Install requirements.txt
pip install -r requirements.txt
Install Tesseract-OCR into C:\Program Files\Tesseract-OCR\tesseract.exe
.
Copy/move smash_hit_font.traineddata into C:\Program Files\Tesseract-OCR\tessdata\
directory.
Add "screpy-server.jar" to assets/server/
Add "AdbWinUsbApi.dll", "AdbWinApi.dll", "adb.exe" to assets/adb/