Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/possseidon/sigmars-garden-solver
https://github.com/possseidon/sigmars-garden-solver
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/possseidon/sigmars-garden-solver
- Owner: Possseidon
- License: mit
- Created: 2023-12-06T22:39:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-06T22:56:56.000Z (about 1 year ago)
- Last Synced: 2024-10-30T11:13:58.585Z (3 months ago)
- Language: Rust
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sigmar's Garden Solver
A solver for the Sigmar's Garden minigame in [Opus Magnum](https://www.zachtronics.com/opus-magnum/) by [Zachtronics](https://www.zachtronics.com/).
It takes a screenshot of the game and determines the state of the game using edge-detection with some reference images. The game is then solved and moves are performed by simulating mouse clicks.
While I'm pretty sure that all puzzles are solvable, the solver has a 5 second timeout, since some puzzles require a lot of internal backtracking to get to a valid solution. There's a ~15% chance for it to timeout and give up, starting a new puzzle instead.