This project plays Opus Magnum's minigame Sigmar Garden.
- Install requirements
pip install -r requirements.txt - Open a Sigmar Garden game
- Run the command
python play.py - Quickly switch to the game
- Watch the game gets solved in seconds!
play.py- script that plays the game in a loop.autoclick.py- script that clicks the game board randomally. It also restarts the game every 10 minutes.tag.py- script that asks user to tag the cells of a running game.show.py- script that shows the board and its cells, and thir recognized type. This helps manually evaluate the recognition code.