This folder contains a complete C rewrite of MyBot, a Clash of Clans automation bot originally written in AutoIt.
- Configuration loading from INI files
- Logging to file and console
- ADB integration for Android emulator control
- Placeholder image recognition (expand with OpenCV)
- Main automation loop with state detection and actions
make./bin/mybot- This is a functional C port with core modules implemented.
- Image processing uses placeholders; integrate OpenCV for real recognition.
- Assumes ADB is installed and emulator is running.
- For full functionality, add OpenCV and expand logic for specific CoC mechanics.