A poorly implemented automated solver for the Sigmar's Garden mini-game in Opus Magnum.
This tool captures the screen, analyzes the board state by template matching, calculates a solution, and automatically executes the mouse clicks to solve the puzzle.
-
Strict Resolution Requirement:
The coordinate mapping is currently hardcoded for 2160p (4K) resolution.
-
Recognition Issues:
The image recognition uses template matching. Sometimes it struggles to differentiate between Inactive Vitae and Inactive Quicksilver atoms.
- Improve image recognition accuracy.
- Support more screen resolutions (add scale factors).
- Optimize solving algorithm for possible better performance.
Packed releases will be available once the solver is more stable and reliable.