Skip to content

JKook-Plus/rider_controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rider Controller

This requires:

  • An Android device with USB debugging enabled.
  • A computer with a USB cable to connect to the Android device.

Info

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)

Current progress

Rider AI progress video playlist

Setup

PC side

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/

Releases

No releases published

Packages

No packages published

Languages