https://github.com/hizkifw/automine
Minesweeper X solver made with Python 2
https://github.com/hizkifw/automine
minesweeper puzzle python pywin32 solver
Last synced: about 1 year ago
JSON representation
Minesweeper X solver made with Python 2
- Host: GitHub
- URL: https://github.com/hizkifw/automine
- Owner: hizkifw
- Created: 2017-02-07T13:36:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-07T14:26:54.000Z (over 9 years ago)
- Last Synced: 2025-03-16T22:13:27.513Z (over 1 year ago)
- Topics: minesweeper, puzzle, python, pywin32, solver
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# automine
Minesweeper X solver made with Python 2 (Windows only)
[Video demo](https://www.youtube.com/watch?v=LkvYJk4VfVQ)
## How to use
- Install pywin32 (`pip install pypiwin32`)
- Clone/download repo
- Open up Minesweeper X and set the skin to `automine.bmp`
- Edit `automine.py` to match number of tiles
- `python automine.py`
Currently the only way to stop the script is by pressing `Ctrl-Alt-Del`. The script will fail to move the mouse and throw an error, which will terminate the loop.