Open Source, 2023
Word Hunt Whacker
An OCR and search bot that solves GamePigeon Word Hunt.
Automates playing the Word Hunt minigame from GamePigeon by detecting letters on screen, searching for valid words, and clicking them. Uses Trie data structure for efficient word lookup and Depth-First Search (DFS) with backtracking. Python scripts for OCR/image recognition.
Highlights
- Solves 4x4 letter grids
- Trie data structure for word lookup
- DFS with backtracking
- OCR/image recognition
StatusShipped
ImpactAutomated game playing with high efficiency
Built with
PythonOCRDFSTrie