Skip to content

An attempt to automate gameplay of the Android game "Indefinite: Interrogation Game".

Notifications You must be signed in to change notification settings

rijumone/AutoInterrogate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AutoInterrogate

An attempt to automate gameplay of the Android game Indefinite: Interrogation Game

adb

Using the adb cli tool for the following functions:

  • Capture screenshots on the target device.
  • Pull screenshots from the target device.
  • Issue INPUT commands (taps) to the target device.

Wireless ADB can be set up following instructions here

Pillow

Using the wonderful Python Pillow library for:

  • Cropping images to get them ready to parse text

pytesseract

This OCR tool is being used to read (parse) the text off the cropped images.

nltk

Just getting started with nltk, so it is seeming a bit overwhelming for now. Using this to tokenize the parsed text.

Pixel coordinate values are currently hardcoded to a Samsung Galaxy Note 10+. Should work for devices with similar displays.

About

An attempt to automate gameplay of the Android game "Indefinite: Interrogation Game".

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages