Script that automatically solves and plays GamePigeon's word hunt game. Uses iPhone Mirroring to view and play the game, so a supported MacOS and iPhone are required.
AutoWordHunt.mp4
- Your system meets the iPhone Mirroring system requirements
- Python 3
- Basic CLI knowledge
- Download this repo
cdinto the root directory of this repo- Run
pip install -r requirements.txt
cdinto the root directory of this repo- Run
python src/run.py - Open word hunt on iPhone Mirroring
- Begin the game
- Navigate back to the CLI and press enter
- Hold mouse down and drag to select the area of the screen containing only the word hunt board (just the letter grid and nothing else)
- Right click to terminate the automatic input at any time
- The script requires screenshotting your entire screen and controlling the mouse
- May require relevant permissions and settings to be configured when running for the first time
- Don't move the iPhone Mirroring window as the auto input assumes the grid is in the same place on the screen as it was when it was selected
